diff options
author | Enrico Zini <enrico@enricozini.org> | 2010-07-14 21:07:41 +0100 |
---|---|---|
committer | Enrico Zini <enrico@enricozini.org> | 2010-07-14 21:07:41 +0100 |
commit | c66ca5c3f776d8d1991345674be85fc3d761ea96 (patch) | |
tree | 9fd3acced7f5365acab446faba7c3735acfa2471 /debian/ept-cache.postinst | |
parent | d7b19b65ac5496d0b3548aa6a0f334539411e1c3 (diff) | |
download | libept-c66ca5c3f776d8d1991345674be85fc3d761ea96.tar.gz |
Removed weekly cron job. Closes: #588408
Diffstat (limited to 'debian/ept-cache.postinst')
-rw-r--r-- | debian/ept-cache.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/ept-cache.postinst b/debian/ept-cache.postinst index 4cece22..57e0d8d 100644 --- a/debian/ept-cache.postinst +++ b/debian/ept-cache.postinst @@ -9,4 +9,8 @@ if [ "$1" = "configure" ]; then fi fi +if dpkg-maintscript-helper supports rm_conffile; then + dpkg-maintscript-helper rm_conffile /etc/cron.weekly/ept-cache 1.0.1 -- "$@" +fi + #DEBHELPER# |