[evolvis-commits] r7435: DB purge can' t be there↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:41:11 CET 2011


Author: mirabilos
Date: 2011-02-24 15:41:11 +0100 (Thu, 24 Feb 2011)
New Revision: 7435

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.postrm
Log:
DB purge can't be there


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.postrm
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.postrm	2011-02-24 14:41:10 UTC (rev 7434)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.postrm	2011-02-24 14:41:11 UTC (rev 7435)
@@ -19,7 +19,7 @@
 case "$1" in
     purge)
 	rm -rf /var/lib/sourceforge
-	/usr/lib/sourceforge/bin/install-db.sh purge
+	#/usr/lib/sourceforge/bin/install-db.sh purge
 	;;
     remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
 	;;



More information about the evolvis-commits mailing list