tags 656455 + patch
thank you

Hello

Log shows ucf is purged before jwchat.
postrm purge tests -x /usr/bin/ucf before rm these files.
It should not test that and do it unconditionnaly.

Trivial patch is attached.
--- debian/postrm.orig	2012-10-18 19:32:47.000000000 +0200
+++ debian/postrm	2012-10-18 19:33:31.000000000 +0200
@@ -22,8 +22,8 @@
 	if [ -x /usr/bin/ucf ] ; then 
 		ucf --purge $configfile
 		ucf --purge $apachefile
-		rm -f $configfile $apachefile
 	fi
+	rm -f $configfile $apachefile
 	;;
 
 	upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to