summaryrefslogtreecommitdiff
path: root/repo-update
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-05-18 21:21:59 -0500
committerJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-05-18 21:21:59 -0500
commitb88a0166be595545c2b2d68451291f8ba6bb08ab (patch)
tree21024f1fae89269d1326fba2ee4770f0861034cb /repo-update
parente6e9e1a468c15a6ca609d8c6072a7b8c16fb3833 (diff)
* Separated nonfree check from db-update
* Added db-check-nonfree to repo-update
Diffstat (limited to 'repo-update')
-rwxr-xr-xrepo-update3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo-update b/repo-update
index 60960f2..a44ae87 100755
--- a/repo-update
+++ b/repo-update
@@ -51,4 +51,5 @@ find ${repodir}/staging/ -type f \! -name "*${PKGEXT}" -delete
find ${repodir}/staging/ -type l -delete
$(dirname $0)/db-update
-#$(dirname $0)/cron-jobs/ftpdir-cleanup
+$(dirname $0)/db-check-nonfree
+