limosek-zaf/files/debian/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