Removed upstream dir
[maemian] / nokia-lintian / testset / scripts / debian / postinst
diff --git a/nokia-lintian/testset/scripts/debian/postinst b/nokia-lintian/testset/scripts/debian/postinst
deleted file mode 100644 (file)
index 4172b09..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-set -e
-if [ -x "/etc/init.d/lsb-broken" ] ; then
-    update-rc.d lsb-broken defaults >/dev/null
-fi
-if [ -x "/etc/init.d/no-lsb" ] ; then
-    update-rc.d no-lsb defaults >/dev/null
-fi
-if [ -x "/etc/init.d/skeleton" ] ; then
-    update-rc.d skeleton defaults >/dev/null
-fi
-if [ -x "/etc/init.d/lsb-other" ] ; then
-    update-rc.d lsb-other defaults >/dev/null
-fi