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/control: add Recommends against ca-certificates
[git/debian.git]
/
debian
/
git-daemon-run.prerm
blob
06855209034de3ec8597cb141ac66cf515206b6a
1
#!/bin/sh
2
set -e
3
4
#DEBHELPER#
5
6
test
"
$1
"
=
'remove'
||
test
"
$1
"
=
'deconfigure'
|| \
7
test
"
$1
"
=
'failed-upgrade'
||
exit
0
8
9
update-service
--remove
/
etc
/
sv
/
git-daemon ||
: