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

Enrico Zini enrico at enricozini.org
Thu May 14 12:39:52 UTC 2009


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

    Remove /etc/default/nodm on purge. Closes: #527379.

diff --git a/debian/changelog b/debian/changelog
index 76d8f99..b9b1758 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,8 +19,9 @@ nodm (0.3) UNRELEASED; urgency=low
   [ Enrico Zini ]
   * New upstream version
      - Set USERNAME, PWD and SHELL in the environment. Closes: #525908.
+  * Remove /etc/default/nodm on purge. Closes: #527379.
 
- -- Enrico Zini <enrico at debian.org>  Thu, 14 May 2009 13:18:28 +0100
+ -- Enrico Zini <enrico at debian.org>  Thu, 14 May 2009 13:40:00 +0100
 
 nodm (0.3-2) unstable; urgency=low
 
diff --git a/debian/nodm.postrm b/debian/nodm.postrm
new file mode 100644
index 0000000..dfd68c9
--- /dev/null
+++ b/debian/nodm.postrm
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = "purge" ]; then
+	echo "Removing /etc/default/nodm..."
+	rm -f /etc/default/nodm
+fi
+
+#DEBHELPER#

-- 
Automatic Display Manager



More information about the pkg-fso-commits mailing list