diff options
-rwxr-xr-x | db-update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,5 +231,5 @@ done if [ -n "$to_add_any" ]; then /bin/rm $to_add_any fi -cleanup +rm -rf $WORKDIR # vim: set ts=4 sw=4 noet ft=sh: |
index : dbscripts | ||
Main repo is at https://projects.archlinux.org/dbscripts.git/ | Florian Pritz |
summaryrefslogtreecommitdiffstats |
-rwxr-xr-x | db-update | 2 |
@@ -231,5 +231,5 @@ done if [ -n "$to_add_any" ]; then /bin/rm $to_add_any fi -cleanup +rm -rf $WORKDIR # vim: set ts=4 sw=4 noet ft=sh: |