mirror da
https://github.com/limosek/zaf.git
synced 2025-11-01 18:17:37 +01:00
8 righe
86 B
Bash
8 righe
86 B
Bash
#!/bin/sh
|
|
|
|
case $1 in
|
|
remove)
|
|
rm -rf /usr/lib/zaf/plugins /usr/lib/zaf/repo
|
|
;;
|
|
esac
|