summarylogtreecommitdiffstats
path: root/freetype2.install
blob: c8db8c6492e3c29f086b7ec5cdb2ca67c7646349 (plain)
1
2
3
4
5
6
post_upgrade() {
  if (( $(vercmp $2 2.7-1) < 0 )); then
    echo "The Arch-specific FT2_SUBPIXEL_HINTING has been removed."
    echo "Subpixel hinting is now configured in /etc/profile.d/freetype2.sh ."
  fi
}