summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/live-helper.postrm22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/live-helper.postrm b/debian/live-helper.postrm
deleted file mode 100644
index 9778835..0000000
--- a/debian/live-helper.postrm
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "${1}" in
- purge)
- rm -f /var/log/live*
- ;;
-
- remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- ;;
-
- *)
- echo "postrm called with unknown argument \`${1}'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0