-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/lib/dpkg/info/
File Upload :
Current File : //var/lib/dpkg/info/imagemagick.prerm

#!/bin/sh

set -e 

if [ "$1" = "remove" ]
then
    # remove all alternatives
    for prog in compare animate convert composite conjure \
        import identify stream display montage mogrify; do 
        update-alternatives --remove $prog /usr/bin/$prog-im6
    done
fi

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.



Copyright © 2017 || Recoded By Mr.Bumblebee