summaryrefslogtreecommitdiff
path: root/debian/ept-cache.postrm
diff options
context:
space:
mode:
authorEnrico Zini <enrico@enricozini.org>2014-10-06 14:46:07 +0200
committerEnrico Zini <enrico@enricozini.org>2014-10-06 14:47:33 +0200
commit4f8f2812283295a0a254bbebe752936ad503917b (patch)
tree00cf0c8ad139bc262be24bc672a7f4ec0c245601 /debian/ept-cache.postrm
parent60c464ed5d9793ef95f1ee171ee09d3750b30f9d (diff)
downloadlibept-4f8f2812283295a0a254bbebe752936ad503917b.tar.gz
Migrated to dh_installdeb maintscript support. Closes: #659749
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#