repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
debian: New upstream release v2.9.3
[git/debian.git]
/
debian
/
git-daemon-sysvinit.postrm
blob
f195c2cf55e6287a67e561374f4c5e262f6507bd
1
#!/bin/sh
2
set -e
3
4
test
"
$1
"
=
'remove'
||
exit
0
5
6
update-rc.d git-daemon remove
>/
dev
/
null