mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-14 16:43:37 +02:00
Adjust RPM scriptlets to work on RHEL-flavour OSes, too.
This commit is contained in:
parent
7a7e7ca359
commit
88586c8f86
4 changed files with 4 additions and 4 deletions
scripts
|
@ -2,7 +2,7 @@
|
|||
set -e
|
||||
|
||||
# Delete the config if package is purged
|
||||
if [ "$1" = "purge" ]; then
|
||||
if [ "$1" = "purge" ] || [ "$1" = "0" ]; then
|
||||
id ntfy >/dev/null 2>&1 && userdel ntfy
|
||||
rm -f /etc/ntfy/server.yml /etc/ntfy/client.yml
|
||||
rmdir /etc/ntfy || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue