chiark / gitweb /
doc/tripe.8: Fix layout of synopsis section.
[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#