summaryrefslogtreecommitdiff
path: root/debian/dctrl-tools.postinst
blob: cc2ef2577373c300f0215a45585c79ca34faa553 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

dpkg-maintscript-helper rm_conffile \
    /etc/grep-dctrl.rc 2.20.1 dctrl-tools -- "$@"

#DEBHELPER#