[SCM] live-helper branch, debian-next, updated. debian/2.0_a8-1-15-g303f65f

Daniel Baumann daniel at debian.org
Sun Mar 7 11:21:15 UTC 2010


The following commit has been merged in the debian-next branch:
commit 303f65f03a3d11918ce748748ec0ec08c47f9ce5
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Mar 7 12:16:27 2010 +0100

    Removing obsolete removal of (not used) logfile in the maintainer scripts.

diff --git a/debian/live-helper.postrm b/debian/live-helper.postrm
deleted file mode 100644
index 9778835..0000000
--- a/debian/live-helper.postrm
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "${1}" in
-	purge)
-		rm -f /var/log/live*
-		;;
-
-	remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
-		;;
-
-	*)
-		echo "postrm called with unknown argument \`${1}'" >&2
-		exit 1
-		;;
-esac
-
-#DEBHELPER#
-
-exit 0

-- 
live-helper



More information about the debian-live-changes mailing list