File: qcontrol.postrm

package info (click to toggle)
qcontrol 0.5.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: ansic: 2,020; sh: 228; makefile: 82
file content (8 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#! /bin/sh
set -e

if [ "$1" = purge ]; then
	rm -f /etc/qcontrol.conf /etc/qcontrol.conf.dpkg*
fi

#DEBHELPER#