summarylogtreecommitdiffstats
path: root/freetype2.install
diff options
context:
space:
mode:
authorcrimist2024-01-16 20:02:58 -0800
committercrimist2024-01-16 20:02:58 -0800
commitf541de021a6ab9da96a51d6c5e8a2270d0441cac (patch)
tree9d53e877db1446b7b239a635027a3ef291933ae1 /freetype2.install
downloadaur-f541de021a6ab9da96a51d6c5e8a2270d0441cac.tar.gz
create package
Diffstat (limited to 'freetype2.install')
-rw-r--r--freetype2.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/freetype2.install b/freetype2.install
new file mode 100644
index 000000000000..288560a9d949
--- /dev/null
+++ b/freetype2.install
@@ -0,0 +1,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
+}