[Piuparts-commits] [piuparts] 03/06: add purge cleanup exception for smartlist

Holger Levsen holger at moszumanska.debian.org
Tue Jan 13 17:51:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 002e2b333b98215087dd1ef49512d13365d3ae73
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Jan 13 17:13:01 2015 +0100

    add purge cleanup exception for smartlist
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts-leftovers/post_purge_manual_cleanup | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/custom-scripts/scripts-leftovers/post_purge_manual_cleanup b/custom-scripts/scripts-leftovers/post_purge_manual_cleanup
index 80a9edd..c7b944e 100755
--- a/custom-scripts/scripts-leftovers/post_purge_manual_cleanup
+++ b/custom-scripts/scripts-leftovers/post_purge_manual_cleanup
@@ -26,4 +26,8 @@ case ${PIUPARTS_OBJECTS%%=*} in
 		log_debug
 		remove_ssl_cert ipop3d.pem
 		;;
+	smartlist)
+		log_debug
+		rm -fv /etc/aliases.????-??-??.??:??:??
+		;;
 esac

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list