summaryrefslogtreecommitdiff
path: root/debian/ept-cache.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/ept-cache.postrm')
-rw-r--r--debian/ept-cache.postrm10
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/ept-cache.postrm b/debian/ept-cache.postrm
deleted file mode 100644
index 90d458c..0000000
--- a/debian/ept-cache.postrm
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# FIXME: remove test when we are not interested in lenny anymore
-if test -x /usr/bin/dpkg-maintscript-helper && dpkg-maintscript-helper supports rm_conffile; then
- dpkg-maintscript-helper rm_conffile /etc/cron.weekly/ept-cache 1.0.1 -- "$@"
-fi
-
-#DEBHELPER#