Make deb
This commit is contained in:
14
debian/prerm
vendored
Normal file
14
debian/prerm
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ -f "/usr/lib/magician/magician-2.00" ]; then
|
||||
update-alternatives --remove magician /usr/lib/magician/magician-2.00
|
||||
fi
|
||||
if [ -f "/usr/lib/magician/magician-1.00" ]; then
|
||||
update-alternatives --remove magician /usr/lib/magician/magician-1.00
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user