[med-svn] r5333 - trunk/packages/openmrs/trunk/debian

Misha Koshelev misha680-guest at alioth.debian.org
Wed Oct 6 03:14:15 UTC 2010


Author: misha680-guest
Date: 2010-10-06 03:14:11 +0000 (Wed, 06 Oct 2010)
New Revision: 5333

Modified:
   trunk/packages/openmrs/trunk/debian/postrm
Log:
attempting to remove exit 1 message

Modified: trunk/packages/openmrs/trunk/debian/postrm
===================================================================
--- trunk/packages/openmrs/trunk/debian/postrm	2010-10-06 03:10:10 UTC (rev 5332)
+++ trunk/packages/openmrs/trunk/debian/postrm	2010-10-06 03:14:11 UTC (rev 5333)
@@ -29,9 +29,9 @@
             fi
         fi
 
-        rm -rf /etc/openmrs
+        rm -rf /etc/openmrs 2>&1 || true
 
-	db_purge
+	db_purge || true
     ;;
 
     remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)




More information about the debian-med-commit mailing list