summarylogtreecommitdiffstats
path: root/freetype2.install
diff options
context:
space:
mode:
authorMarcell Meszaros2023-12-21 14:21:35 +0100
committerMarcell Meszaros2023-12-21 14:26:36 +0100
commitcb4794a9749dff6f0c82ce5295ae26b94da31d48 (patch)
tree8eea4c55356ddf64ea3b5520e6f9b8a1f82a61a3 /freetype2.install
parent9368be612bc88cc6a9f5750966bdc681cd52cb83 (diff)
downloadaur-freetype2-infinality-remix.tar.gz
EOL; turn this into a transitional dummy in favor of vanilla freetype2 package
Diffstat (limited to 'freetype2.install')
-rw-r--r--freetype2.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/freetype2.install b/freetype2.install
index e69de29bb2d1..a2e1241f13a8 100644
--- a/freetype2.install
+++ b/freetype2.install
@@ -0,0 +1,14 @@
+pre_install() {
+ echo "WARNING: 'freetype2-infinality-remix' is EOL and is to be removed from AUR."
+ echo "Please install 'freetype2' instead, to ensure proper system functionality."
+ echo "Additional warning pertaining to extra/freetype2:"
+ 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
+}
+
+pre_upgrade() {
+ pre_install
+}