summaryrefslogtreecommitdiff
path: root/debian/dctrl-tools.postrm
blob: ce09c5e922a90e1025ccb07fa1c6874affcadc87 (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#