chiark / gitweb /
devscripts (2.10.69+squeeze4) stable-security; urgency=high
[devscripts.git] / debian / postrm
1 #! /bin/sh
2 set -e
3
4 if [ "$1" = purge ]
5 then
6     rm -f /etc/devscripts.conf*
7 fi
8
9 #DEBHELPER#