X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;fp=config%2Fdebian%2Fdinstall.functions;h=2ee713c98347a9ddbd65f4ce459db50d7dabbd04;hb=b2d06df451fcf23b97f572a4253ccfbd26d58f45;hp=acfbee4de6fb265029655274ce9923a60eb0d04d;hpb=8f72f604a89bb3ff3dba82521dd9fc474208f189;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index acfbee4d..2ee713c9 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -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