summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-storage-tools.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/open-infrastructure-storage-tools.postrm')
-rwxr-xr-xdebian/open-infrastructure-storage-tools.postrm22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/open-infrastructure-storage-tools.postrm b/debian/open-infrastructure-storage-tools.postrm
deleted file mode 100755
index 3efff27..0000000
--- a/debian/open-infrastructure-storage-tools.postrm
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "${1}" in
- purge)
- rm -f /etc/default/storage-tools
- ;;
-
- remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0