Author: osallou
Date: 2012-06-22 07:52:52 +0000 (Fri, 22 Jun 2012)
New Revision: 11431
Modified:
trunk/packages/biomaj/trunk/debian/postrm
Log:
Clean all generated data for purge
Modified: trunk/packages/biomaj/trunk/debian/postrm
===================================================================
--- trunk/packages/biomaj/trunk/debian/postrm 2012-06-22 07:51:29 UTC (rev
11430)
+++ trunk/packages/biomaj/trunk/debian/postrm 2012-06-22 07:52:52 UTC (rev
11431)
@@ -7,8 +7,9 @@
case "$1" in
purge)
- if [ -e /var/lib/biomaj/migration ]; then
- rm -rf /var/lib/biomaj/migration
+ # Remove generated data and migration info
+ if [ -e /var/lib/biomaj ]; then
+ rm -rf /var/lib/biomaj
fi
# Remove all
if [ -e /usr/share/biomaj ]; then
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit