summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-update b/db-update
index e616aba..2e0e632 100755
--- a/db-update
+++ b/db-update
@@ -57,7 +57,7 @@ getpkgname() {
cleanup() {
# unlock
rm -f "$LOCKFILE"
- #rm -rf "$WORKDIR"
+ rm -rf "$WORKDIR"
[ "$1" ] && exit $1
}