1
0
mirror of https://github.com/limosek/zaf.git synced 2024-11-14 22:49:06 +01:00
limosek-zaf/files/debian/prerm.template
Lukas Macura 93b482dc69 New package management
Repaired install
Added external item support
2016-06-17 11:58:43 +02:00

8 lines
86 B
Bash

#!/bin/sh
case $1 in
remove)
rm -rf /usr/lib/zaf/plugins /usr/lib/zaf/repo
;;
esac