[SCM] icecast2/master: Remove preinst script, unnecessary.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Dec 8 07:39:08 UTC 2010


The following commit has been merged in the master branch:
commit 33b7480c26d75e119291868afe80f2f4609c1fb8
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Dec 8 08:38:46 2010 +0100

    Remove preinst script, unnecessary.

diff --git a/debian/icecast2.preinst b/debian/icecast2.preinst
deleted file mode 100644
index 04155ac..0000000
--- a/debian/icecast2.preinst
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-    upgrade)
-	if [ -x /etc/init.d/icecast2 ]; then
-		if [ -x /usr/sbin/invoke-rc.d ]; then
-			invoke-rc.d icecast2 stop
-		else
-			/etc/init.d/icecast2 stop
-		fi
-	fi
-	;;
-esac
-
-#DEBHELPER#

-- 
icecast2 packaging



More information about the pkg-multimedia-commits mailing list