1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-07-01 17:13:14 +00:00
ympd/debian/postrm

14 lines
383 B
Plaintext
Raw Normal View History

if [ -f /usr/lib/systemd/system/mympd.service ]
then
if `systemctl is-active --quiet mympd`
then
echo "stopping mympd.service" && systemctl stop mympd
fi
echo "disabling mympd.service" && systemctl disable mympd
rm -v -f /usr/lib/systemd/system/mympd.service
systemctl daemon-reload
fi
rm -v -f /usr/share/mympd/htdocs/pics
rm -v -f /usr/share/mympd/htdocs/library