[Python-apps-commits] r11516 - in packages/fookebox/trunk/debian (config)

cockroach-guest at users.alioth.debian.org cockroach-guest at users.alioth.debian.org
Sun Nov 2 14:24:55 UTC 2014


    Date: Sunday, November 2, 2014 @ 14:24:54
  Author: cockroach-guest
Revision: 11516

Actually remove the database if confirmed by the user

Modified:
  packages/fookebox/trunk/debian/config

Modified: packages/fookebox/trunk/debian/config
===================================================================
--- packages/fookebox/trunk/debian/config	2014-11-02 05:36:27 UTC (rev 11515)
+++ packages/fookebox/trunk/debian/config	2014-11-02 14:24:54 UTC (rev 11516)
@@ -13,7 +13,5 @@
 # Check the answer
 db_get fookebox/remove_database
 if [ "$RET" = "true" ] ; then
-	echo "REMOVE DB 2"
-else
-	echo "NO REMOVE DB 2"
+	rm -f /var/lib/fookebox/fookebox.sqlite
 fi




More information about the Python-apps-commits mailing list