[Debian-live-changes] r1436 - in dists/trunk/live-helper: contrib debian

Daniel Baumann daniel at alioth.debian.org
Wed May 9 15:52:26 UTC 2007


Author: daniel
Date: 2007-05-09 15:52:26 +0000 (Wed, 09 May 2007)
New Revision: 1436

Removed:
   dists/trunk/live-helper/contrib/casper-manpage/
   dists/trunk/live-helper/debian/postrm
   dists/trunk/live-helper/debian/preinst
Log:


Deleted: dists/trunk/live-helper/debian/postrm
===================================================================
--- dists/trunk/live-helper/debian/postrm	2007-05-09 15:25:08 UTC (rev 1435)
+++ dists/trunk/live-helper/debian/postrm	2007-05-09 15:52:26 UTC (rev 1436)
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "${1}" in
-	remove)
-		for FILE in /usr/share/man/man7/casper.7.gz /usr/share/man/man1/casper-snapshot.1.gz
-		do
-			dpkg-divert --package live-helper --remove --rename --divert ${FILE}.casper ${FILE}
-		done
-		;;
-
-	purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
-		;;
-
-	*)
-		echo "postrm called with unknown argument \`${1}'" >&2
-		exit 1
-		;;
-esac
-
-#DEBHELPER#
-
-exit 0

Deleted: dists/trunk/live-helper/debian/preinst
===================================================================
--- dists/trunk/live-helper/debian/preinst	2007-05-09 15:25:08 UTC (rev 1435)
+++ dists/trunk/live-helper/debian/preinst	2007-05-09 15:52:26 UTC (rev 1436)
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "${1}" in
-	install)
-		for FILE in /usr/share/man/man7/casper.7.gz /usr/share/man/man1/casper-snapshot.1.gz
-		do
-			dpkg-divert --package live-helper --add --rename --divert ${FILE}.casper ${FILE}
-		done
-		;;
-
-	upgrade|abort-upgrade)
-
-		;;
-
-	*)
-		echo "preinst called with unknown argument \`${1}'" >&2
-		exit 1
-		;;
-esac
-
-#DEBHELPER#
-
-exit 0




More information about the Debian-live-changes mailing list