fix: apt purge leaving pycache & warning systemd folder not empty

This commit is contained in:
2026-04-16 11:57:25 -04:00
parent 2e68ad7323
commit 0fc4717a05
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ fi
if [ "$1" = "purge" ]; then
rm -rf /etc/default/navidrome-uploader
rm -rf /opt/navidrome-uploader/venv
rm -rf /opt/navidrome-uploader/__pycache__
fi
exit 0