Files
extra/freetype2/freetype2.install
2025-06-22 20:39:04 -05:00

9 lines
216 B
Plaintext

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