chiark / gitweb /
debian: Still making tripe-ethereal, so ignore directory
[tripe] / debian / tripe.prerm
1 #! /bin/sh
2
3 set -e
4
5 if [ -x "/etc/init.d/tripe" ]; then
6         invoke-rc.d tripe stop
7 fi
8
9 #DEBHELPER#