DEBSOURCES
Skip Quicknav
sources / qcontrol / 0.5.7-3 / debian / qcontrol.postrm
12345678
#! /bin/sh set -e if [ "$1" = purge ]; then rm -f /etc/qcontrol.conf /etc/qcontrol.conf.dpkg* fi #DEBHELPER#