summaryrefslogtreecommitdiff
path: root/db-remove
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:49:47 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:49:47 -0300
commit13b98e9182bad88e91e2a6d663e79499cf7263e8 (patch)
tree2655120abc30474011c6bdc332634a82d2db6abe /db-remove
parentdcb06b94399279fa6ccc09cfda5451bc267a9b57 (diff)
fix sources
Diffstat (limited to 'db-remove')
-rwxr-xr-xdb-remove4
1 files changed, 2 insertions, 2 deletions
diff --git a/db-remove b/db-remove
index dcbe4b4..6f1aee3 100755
--- a/db-remove
+++ b/db-remove
@@ -1,7 +1,7 @@
#!/bin/bash
-. "$(dirname "$(readlink -e "$0")")/config"
-. "$(dirname "$(readlink -e "$0")")/db-functions"
+source "$(dirname "$(readlink -e "$0")")/dbscripts.cfg"
+source "$(dirname "$(readlink -e "$0")")/share/db-functions"
if [ $# -lt 3 ]; then
msg "usage: %s <repo> <arch> <pkgname|pkgbase> ..." "${0##*/}"