Makefile, Dockerfile, GoReleaser, config.yml, systemd service
This commit is contained in:
6
scripts/postrm.sh
Normal file
6
scripts/postrm.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
systemctl stop ntfy >/dev/null 2>&1 || true
|
||||
if [ "$1" = "purge" ]; then
|
||||
rm -rf /etc/ntfy
|
||||
fi
|
||||
Reference in New Issue
Block a user