chiark
/
gitweb
/
~mdw
/
tripe
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
admin: Initialize reference counter for client blocks.
[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#