[Debian-live-changes] r1744 - dists/trunk/live-helper/debian

daniel at alioth.debian.org daniel at alioth.debian.org
Fri May 25 19:11:29 UTC 2007


Author: daniel
Date: 2007-05-25 19:11:29 +0000 (Fri, 25 May 2007)
New Revision: 1744

Added:
   dists/trunk/live-helper/debian/postrm
Log:


Added: dists/trunk/live-helper/debian/postrm
===================================================================
--- dists/trunk/live-helper/debian/postrm	                        (rev 0)
+++ dists/trunk/live-helper/debian/postrm	2007-05-25 19:11:29 UTC (rev 1744)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+	purge)
+		rm -f /var/log/live-helper*
+		;;
+
+	remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+
+		;;
+
+	*)
+		echo "postrm called with unknown argument \`$1'" >&2
+		exit 1
+		;;
+esac
+
+#DEBHELPER#
+
+exit 0


Property changes on: dists/trunk/live-helper/debian/postrm
___________________________________________________________________
Name: svn:executable
   + *




More information about the Debian-live-changes mailing list