1
0
mirror of https://github.com/limosek/zaf.git synced 2024-09-21 05:11:38 +02:00
limosek-zaf/files/prerm.template

8 lines
86 B
Plaintext
Raw Normal View History

2016-04-07 13:14:53 +02:00
#!/bin/sh
case $1 in
remove)
rm -rf /usr/lib/zaf/plugins /usr/lib/zaf/repo
;;
esac