[SCM] live-config branch, debian-next, updated. debian/3.0.3-1-4-g7403263

Daniel Baumann daniel at debian.org
Fri Aug 24 09:45:37 UTC 2012


The following commit has been merged in the debian-next branch:
commit 39a5fe9fc51bb1d120a5aefc69c44f9b83730491
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Aug 24 11:44:51 2012 +0200

    Recreating /etc/live/config in postinst.

diff --git a/debian/live-config.postinst b/debian/live-config.postinst
new file mode 100644
index 0000000..0e48e47
--- /dev/null
+++ b/debian/live-config.postinst
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+set -e
+
+case "${1}" in
+	configure)
+		mkdir -p /etc/live/config
+		;;
+
+	abort-upgrade|abort-remove|abort-deconfigure)
+
+		;;
+
+	*)
+		echo "postinst called with unknown argument \`${1}'" >&2
+		exit 1
+		;;
+esac
+
+#DEBHELPER#
+
+exit 0

-- 
live-config



More information about the debian-live-changes mailing list