deb build framework
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
remove|deconfigure)
|
||||
if command -v systemctl > /dev/null 2>&1; then
|
||||
systemctl stop navidrome-uploader.service || true
|
||||
systemctl disable navidrome-uploader.service || true
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user