void-packages/srcpkgs/mopidy/REMOVE

6 lines
95 B
Plaintext

case "$ACTION" in
purge) test -d var/lib/mopidy &&
rm -rf var/lib/mopidy
;;
esac