blob: 5d4d1e7856cb178fd43ddd701120de61abc39767 (
plain)
1
2
3
4
5
6
7
8
|
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
}
|