summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update5
1 files changed, 0 insertions, 5 deletions
diff --git a/db-update b/db-update
index 3c06f63..0c4f824 100755
--- a/db-update
+++ b/db-update
@@ -3,11 +3,6 @@
. "$(dirname "$(readlink -e "$0")")/config"
. "$(dirname "$(readlink -e "$0")")/db-functions"
-if [[ $STAGING = *luke* ]]; then
- set -x
- PKGEXT='.pkg.tar.?z'
-fi
-
if [ $# -ge 1 ]; then
warning "Calling %s with a specific repository is no longer supported" "${0##*/}"
exit 1