vp-build/srcpkgs/icecast/REMOVE

6 lines
84 B
Plaintext

case ${ACTION} in
purge)
[ -d var/log/icecast ] && rm -rf var/log/icecast
;;
esac