blob: 90d458cdd23539ee6a44121bed1b333f6b6c7621 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/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#
|