5 lines
95 B
Text
5 lines
95 B
Text
case "$ACTION" in
|
|
purge) test -d var/lib/mopidy &&
|
|
rm -rf var/lib/mopidy
|
|
;;
|
|
esac
|