aboutsummaryrefslogtreecommitdiffstats
path: root/debian/preinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/preinst')
-rwxr-xr-xdebian/preinst10
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/preinst b/debian/preinst
deleted file mode 100755
index 6bcd718..0000000
--- a/debian/preinst
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Older versions of slib stored init files in a separate subdirectory;
-# blow that away so that the symlink can be put in its place.
-
-if [ "$1" = "upgrade" -a -d /usr/share/slib/init ]; then
- rm -rf /usr/share/slib/init
-fi