doc/tripe.8: Fix layout of synopsis section.
[tripe] / debian / tripe.postrm
1 #! /bin/sh
2
3 set -e
4
5 if [ "$1" = "purge" ] ; then
6 update-rc.d tripe remove >/dev/null
7 fi
8
9 #DEBHELPER#