mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-21 10:10:46 +00:00
create debian package framework and git action job
This commit is contained in:
12
debian/postrm
vendored
Normal file
12
debian/postrm
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
|
||||
systemctl --system daemon-reload >/dev/null || true
|
||||
fi
|
||||
if [ "$1" = "purge" ]; then
|
||||
if [ -x "/usr/bin/deb-systemd-helper" ]; then
|
||||
deb-systemd-helper purge 'strfry.service' >/dev/null || true
|
||||
fi
|
||||
fi
|
Reference in New Issue
Block a user