[med-svn] r6462 - trunk/packages/gbrowse/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Tue Apr 5 13:51:58 UTC 2011
Author: plessy
Date: 2011-04-05 13:51:47 +0000 (Tue, 05 Apr 2011)
New Revision: 6462
Modified:
trunk/packages/gbrowse/trunk/debian/postrm
Log:
/etc/apache2/conf.d/gbrowse now belongs to the package itself.
Modified: trunk/packages/gbrowse/trunk/debian/postrm
===================================================================
--- trunk/packages/gbrowse/trunk/debian/postrm 2011-04-05 13:24:14 UTC (rev 6461)
+++ trunk/packages/gbrowse/trunk/debian/postrm 2011-04-05 13:51:47 UTC (rev 6462)
@@ -9,11 +9,6 @@
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
rm -rf /var/cache/gbrowse
-if [ -e /etc/apache2/conf.d/gbrowse ]
-then
- rm /etc/apache2/conf.d/gbrowse
-fi
-
if [ -e /usr/share/gbrowse ]
then
rm -rf /usr/share/gbrowse
More information about the debian-med-commit
mailing list