[pkg-java] r12797 - trunk/tomcat6/debian
Torsten Werner
twerner at alioth.debian.org
Thu Jul 22 21:01:27 UTC 2010
Author: twerner
Date: 2010-07-22 21:01:26 +0000 (Thu, 22 Jul 2010)
New Revision: 12797
Modified:
trunk/tomcat6/debian/tomcat6.postrm
Log:
remove /etc/default/tomcat6 when purging
Modified: trunk/tomcat6/debian/tomcat6.postrm
===================================================================
--- trunk/tomcat6/debian/tomcat6.postrm 2010-07-22 17:31:43 UTC (rev 12796)
+++ trunk/tomcat6/debian/tomcat6.postrm 2010-07-22 21:01:26 UTC (rev 12797)
@@ -46,7 +46,7 @@
if [ -x "/usr/bin/ucf" ]; then
ucf --purge $CONFFILE
fi
- rm -rf /var/log/tomcat6 /var/lib/tomcat6/temp
+ rm -rf /var/log/tomcat6 /var/lib/tomcat6/temp $CONFFILE
if [ -d "/var/lib/tomcat6" ] ; then
rmdir --ignore-fail-on-non-empty /var/lib/tomcat6 || true
fi
More information about the pkg-java-commits
mailing list