Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
var
/
www
/
html
/
bkd
/
berkas
/
ALFA_DATA
/
alfasymlink
/
root
/
var
/
lib
/
dpkg
/
info
/
/var/www/html/bkd/berkas/ALFA_DATA/alfasymlink/root/var/lib/dpkg/info/imagemagick-6.q16.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.q16 update-alternatives --remove $prog-im6 /usr/bin/$prog-im6.q16 done fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.