📦 — Add a make target for Debian packaging
This commit is contained in:
6
DEBIAN/prerm
Executable file
6
DEBIAN/prerm
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
|
||||
deb-systemd-invoke stop 'reaction.service' >/dev/null || true
|
||||
fi
|
Reference in New Issue
Block a user