[SCM] debian-live/live-helper branch, master, updated. 1.0_a39-1-9-gab336ba

Daniel Baumann daniel at debian.org
Thu Mar 6 16:28:01 UTC 2008


The following commit has been merged in the master branch:
commit a179a52dc90add005c5517cd0e96a64506192d91
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Mar 6 15:45:43 2008 +0100

    Removing (temporary) preinst, not needed anymore.

diff --git a/debian/preinst b/debian/preinst
deleted file mode 100644
index 1e6e21f..0000000
--- a/debian/preinst
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "${1}" in
-	install|upgrade)
-		if [ -h /usr/share/live-helper/data/debian-cd/lenny ]
-		then
-			rm -f /usr/share/live-helper/data/debian-cd/lenny
-		fi
-
-		if [ -h /usr/share/live-helper/data/debian-cd/sid ]
-		then
-			rm -f /usr/share/live-helper/data/debian-cd/sid
-		fi
-
-		if [ -d /usr/share/live-helper/includes ]
-		then
-			rm -rf /usr/share/live-helper/includes
-		fi
-
-		if [ -d /usr/share/live-helper/templates ]
-		then
-			rm -rf /usr/share/live-helper/templates
-		fi
-		;;
-
-	abort-upgrade)
-
-		;;
-
-	*)
-		echo "preinst called with unknown argument \`${1}'" >&2
-		exit 1
-		;;
-esac
-
-#DEBHELPER#
-
-exit 0

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list