[med-svn] r11429 - trunk/packages/biomaj/trunk/debian
Olivier Sallou
osallou at alioth.debian.org
Fri Jun 22 07:48:22 UTC 2012
Author: osallou
Date: 2012-06-22 07:48:21 +0000 (Fri, 22 Jun 2012)
New Revision: 11429
Modified:
trunk/packages/biomaj/trunk/debian/changelog
trunk/packages/biomaj/trunk/debian/postrm
Log:
fix purge files left
Modified: trunk/packages/biomaj/trunk/debian/changelog
===================================================================
--- trunk/packages/biomaj/trunk/debian/changelog 2012-06-21 19:43:37 UTC (rev 11428)
+++ trunk/packages/biomaj/trunk/debian/changelog 2012-06-22 07:48:21 UTC (rev 11429)
@@ -1,5 +1,8 @@
biomaj (1.2.0-6) UNRELEASED; urgency=low
+ [ Olivier Sallou ]
+ * Clean files for purge (Closes: #678490).
+
[ Andreas Tille ]
* debian/upstream: Enhance upstream information (authors format, missing
fields)
Modified: trunk/packages/biomaj/trunk/debian/postrm
===================================================================
--- trunk/packages/biomaj/trunk/debian/postrm 2012-06-21 19:43:37 UTC (rev 11428)
+++ trunk/packages/biomaj/trunk/debian/postrm 2012-06-22 07:48:21 UTC (rev 11429)
@@ -7,6 +7,9 @@
case "$1" in
purge)
+ if [ -e /var/lib/biomaj/migration ]; then
+ rm -rf /var/lib/biomaj/migration
+ fi
# Remove all
if [ -e /usr/share/biomaj ]; then
rm -rf /usr/share/biomaj
More information about the debian-med-commit
mailing list