diff options
-rwxr-xr-x | db-unstable | 4 | ||||
-rwxr-xr-x | db-unstable64 | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/db-unstable b/db-unstable deleted file mode 100755 index 2a2df43..0000000 --- a/db-unstable +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -$(dirname $0)/db-update "unstable" "i686" - diff --git a/db-unstable64 b/db-unstable64 deleted file mode 100755 index cd9c3a0..0000000 --- a/db-unstable64 +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -$(dirname $0)/db-update "unstable" "x86_64" - |