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