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)


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to