chiark
/
gitweb
/
~mdw
/
tripe
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
admin, resolve ops bugfix: initialize tag in resop early.
[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#