diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:34:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:34:29 +0000 |
commit | cb99946239e45aef68c2a7168262def132399550 (patch) | |
tree | 0949c7cb00d7da2987826edafff9d8fba93e95f0 /debian/git-daemon-run.prerm | |
parent | Adding upstream version 1:2.43.0. (diff) | |
download | git-cb99946239e45aef68c2a7168262def132399550.tar.xz git-cb99946239e45aef68c2a7168262def132399550.zip |
Adding debian version 1:2.43.0-1.debian/1%2.43.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/git-daemon-run.prerm')
-rw-r--r-- | debian/git-daemon-run.prerm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/git-daemon-run.prerm b/debian/git-daemon-run.prerm new file mode 100644 index 0000000..0685520 --- /dev/null +++ b/debian/git-daemon-run.prerm @@ -0,0 +1,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 || : |