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

11 lines
165 B
Bash

#!/bin/sh
case $1 in
install)
if [ -d /usr/lib/zaf ]; then
echo "Do zaf self-remove first! Cannot mix packaged and non-packaged version!"
exit 2
fi
;;
esac