Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
var
/
lib
/
dpkg
/
info
/
//var/lib/dpkg/info/imagemagick-common.postinst
#!/bin/sh set -e # remove after squeeze + 2 dpkg-maintscript-helper rm_conffile \ /etc/ImageMagick/sRGB.icm 8:6.7.7.0-1~ -- "$@" # remove after squeeze + 2 dpkg-maintscript-helper rm_conffile \ /etc/ImageMagick/sRGB.icc 8:6.7.7.7-1~ -- "$@" # remove after jessie + 2 for f in coder.xml colors.xml delegates.xml log.xml magic.xml \ mime.xml policy.xml quantization-table.xml thresholds.xml \ type-dejavu.xml type-ghostscript.xml type-windows.xml \ type.xml; do dpkg-maintscript-helper mv_conffile \ /etc/ImageMagick/$f /etc/ImageMagick-6/$f 8:6.8.4.2-1~ -- "$@" done dpkg-maintscript-helper rm_conffile \ /etc/ImageMagick/sRGB.icc 8:6.7.7.7-1~ -- "$@" # remove after strech+2 dpkg-maintscript-helper dir_to_symlink \ /usr/share/doc/imagemagick-common /usr/share/doc/imagemagick-6-common 8:6.9.2.10+dfsg-1~ -- "$@"