[Piuparts-commits] [piuparts] 10/14: lenny exception for isdnlog cleanup

Holger Levsen holger at moszumanska.debian.org
Mon Dec 9 11:58:40 UTC 2013


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

holger pushed a commit to branch develop
in repository piuparts.

commit fd60b3d148bb68825840a2c7bcf17ad6088b6b2f
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Dec 8 23:38:05 2013 +0100

    lenny exception for isdnlog cleanup
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 custom-scripts/scripts/pre_remove_exceptions | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/custom-scripts/scripts/pre_remove_exceptions b/custom-scripts/scripts/pre_remove_exceptions
index dd146e4..b8ee44b 100755
--- a/custom-scripts/scripts/pre_remove_exceptions
+++ b/custom-scripts/scripts/pre_remove_exceptions
@@ -9,6 +9,13 @@ log_debug() {
 # deal with exceptions:
 #
 case ${PIUPARTS_OBJECTS%%=*} in
+	isdnlog|isdnutils)
+		#WORKSAROUND #431855: fails with "There are still files in /etc/isdn/ that you may want to remove manually."
+		if [ "$PIUPARTS_DISTRIBUTION" = "lenny" ]; then
+			log_debug
+			rm -fv /etc/isdn/*
+		fi
+		;;
 esac
 
 # Allow removal of the kernel running on the host from the chroot.

-- 
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