diff options
Diffstat (limited to 'community-testing2community64')
-rwxr-xr-x | community-testing2community64 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community-testing2community64 b/community-testing2community64 deleted file mode 100755 index 3f88a4d..0000000 --- a/community-testing2community64 +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -if [ $# -le 0 ]; then - echo "usage: $(basename 0) <packagename> [<packagename> [<packagename ...]]" - exit 0 -fi - -for pkg in $@; do - echo "==> Moving package '$pkg'" - $(dirname $0)/db-move "$pkg" "community-testing" "community" "x86_64" -done |