[med-svn] r6672 - trunk/packages/biomaj/trunk/debian
olivier sallou
osallou-guest at alioth.debian.org
Wed Apr 27 11:16:32 UTC 2011
Author: osallou-guest
Date: 2011-04-27 11:16:28 +0000 (Wed, 27 Apr 2011)
New Revision: 6672
Modified:
trunk/packages/biomaj/trunk/debian/postrm
Log:
remove not required upgrade mngt in postrm
Modified: trunk/packages/biomaj/trunk/debian/postrm
===================================================================
--- trunk/packages/biomaj/trunk/debian/postrm 2011-04-27 09:25:18 UTC (rev 6671)
+++ trunk/packages/biomaj/trunk/debian/postrm 2011-04-27 11:16:28 UTC (rev 6672)
@@ -16,11 +16,6 @@
remove|upgrade|failed-upgrade|abort-install|disappear)
echo "Warning, BioMAJ database for MySQL is not deleted by process removal." ;;
abort-upgrade)
- # Fix for bug 624284
- if [ $2 = "1.1.0-1" ]; then
- echo "Package needs to be reinstalled due to an upgrade error"
- exit 1
- fi
;;
*)
echo "postrm called with unknown argument \`$1'" >&2
More information about the debian-med-commit
mailing list