summaryrefslogtreecommitdiffstats
path: root/debian/git-daemon-run.prerm
blob: 06855209034de3ec8597cb141ac66cf515206b6a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

#DEBHELPER#

test "$1" = 'remove' || test "$1" = 'deconfigure' || \
  test "$1" = 'failed-upgrade' || exit 0

update-service --remove /etc/sv/git-daemon || :