]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dinstall.functions
processnew.lock is no longer required
[dak.git] / config / debian / dinstall.functions
index 1ced76028b703c107b19ed6a4028705ef3ca598a..8119387c5483da7daccf17c1edf04b948196e0e4 100644 (file)
@@ -11,7 +11,7 @@ function remove_daily_lock() {
 
 # Remove all locks
 function remove_all_locks() {
-    rm -f $LOCK_DAILY $LOCK_ACCEPTED $LOCK_NEW
+    rm -f $LOCK_DAILY $LOCK_ACCEPTED
 }
 
 # If we error out this one is called, *FOLLOWED* by cleanup above