[pkg-fso-commits] [SCM] Automatic Display Manager branch, master, updated. nodm/0.3-2-6-g57d071a

Enrico Zini enrico at enricozini.org
Thu May 14 12:56:29 UTC 2009


The following commit has been merged in the master branch:
commit 57d071af99c96228a734972713324fdd37d9b550
Author: Enrico Zini <enrico at enricozini.org>
Date:   Thu May 14 13:57:30 2009 +0100

    Remove config file after the daemon is shut down

diff --git a/debian/nodm.postrm b/debian/nodm.postrm
index dfd68c9..9377cc8 100644
--- a/debian/nodm.postrm
+++ b/debian/nodm.postrm
@@ -2,9 +2,10 @@
 
 set -e
 
+#DEBHELPER#
+
 if [ "$1" = "purge" ]; then
-	echo "Removing /etc/default/nodm..."
 	rm -f /etc/default/nodm
 fi
 
-#DEBHELPER#
+exit 0

-- 
Automatic Display Manager



More information about the pkg-fso-commits mailing list