mirror of
https://github.com/limosek/zaf.git
synced 2024-11-13 05:59:06 +01:00
8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
case $1 in
|
||
|
remove)
|
||
|
rm -rf /usr/lib/zaf/plugins /usr/lib/zaf/repo
|
||
|
;;
|
||
|
esac
|