imagemagick/debian/imagemagick-IMVERSION.QUANT...

21 lines
428 B
Plaintext
Raw Normal View History

2023-02-03 21:20:14 +08:00
#!/bin/sh
set -e
if [ "$1" = "remove" ]
then
# remove all alternatives
for prog in ${MAGICK_PROGRAMS}; do
update-alternatives --remove $prog /usr/bin/$prog-im${IMVERSION}.${QUANTUMDEPTH}
update-alternatives --remove $prog-im${IMVERSION} /usr/bin/$prog-im${IMVERSION}.${QUANTUMDEPTH}
done
fi
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#