summarylogtreecommitdiffstats
path: root/freetype2.install
blob: 288560a9d94923b0ecb66cc5d0c994bb2c6f3ff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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

  if (( $(vercmp $2 2.13.1-1) < 0 )); then
    cat <<MSG
  The "Infinality" TrueType interpreter version has been removed.
  If you've previously configured "truetype:interpreter-version=38",
  please update your choice in /etc/profile.d/freetype2.sh .
MSG
  fi
}