6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
case ${ACTION} in
|
|
purge)
|
|
[ -d var/cache/lightdm ] && rm -rf var/cache/lightdm
|
|
;;
|
|
esac
|