]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dinstall.functions
Entirely make cronscript magic
[dak.git] / config / debian / dinstall.functions
index acfbee4de6fb265029655274ce9923a60eb0d04d..2ee713c98347a9ddbd65f4ce459db50d7dabbd04 100644 (file)
@@ -716,3 +716,9 @@ function startup() {
     touch "${LOCK_BRITNEY}"
     TMPFILES="${TMPFILES} ${LOCK_DAILY} ${LOCK_BRITNEY}"
 }
+
+function postcronscript() {
+    logstats ${LOGFILE}
+    state "all done"
+    touch "${DINSTALLEND}"
+}
\ No newline at end of file