File: dctrl-tools.postrm

package info (click to toggle)
dctrl-tools 2.24-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 10,840 kB
  • sloc: ansic: 3,802; sh: 228; makefile: 13
file content (8 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (8)
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#