summarylogtreecommitdiffstats
path: root/freetype2.install
blob: c900ae8a018d4073e90a2d761099677e6ea3cbf5 (plain)
1
2
3
4
5
6
7
8
post_upgrade() {
  if (( $(vercmp $2 1:2.6.5+p25+g7f63105-2) < 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
}