diff options
author | Enrico Zini <enrico@enricozini.org> | 2014-10-06 14:46:07 +0200 |
---|---|---|
committer | Enrico Zini <enrico@enricozini.org> | 2014-10-06 14:47:33 +0200 |
commit | 4f8f2812283295a0a254bbebe752936ad503917b (patch) | |
tree | 00cf0c8ad139bc262be24bc672a7f4ec0c245601 /debian/ept-cache.postrm | |
parent | 60c464ed5d9793ef95f1ee171ee09d3750b30f9d (diff) | |
download | libept-4f8f2812283295a0a254bbebe752936ad503917b.tar.gz |
Migrated to dh_installdeb maintscript support. Closes: #659749
Diffstat (limited to 'debian/ept-cache.postrm')
-rw-r--r-- | debian/ept-cache.postrm | 10 |
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# |