# Avoid conflict with the default ImageMagick-6
abinfo "Moving non-versioned pkgconfig files to imagemagick-7/pkgconfig"
mkdir -p "$PKGDIR/usr/lib/imagemagick-7/pkgconfig/"
mv -v "$PKGDIR"/usr/lib/pkgconfig/!(*Q16HDRI*) "$PKGDIR/usr/lib/imagemagick-7/pkgconfig/"
