packages/freetype2/freetype2.install

9 lines
211 B
Plaintext

post_upgrade() {
if (( $(vercmp $2 2.7-1) < 0 )); then
cat <<MSG
The Arch-specific FT2_SUBPIXEL_HINTING has been removed.
Subpixel hinting is now configured in /etc/profile.d/freetype2.sh .
MSG
fi
}