summarylogtreecommitdiffstats
path: root/freetype2.install
diff options
context:
space:
mode:
Diffstat (limited to 'freetype2.install')
-rw-r--r--freetype2.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/freetype2.install b/freetype2.install
new file mode 100644
index 000000000000..38894409cf89
--- /dev/null
+++ b/freetype2.install
@@ -0,0 +1,8 @@
+post_upgrade() {
+ if (( $(vercmp $2 2.5.4-3) < 0 )); then
+ cat <<MSG
+ Subpixel hinting can be disabled by adding FT2_NO_SUBPIXEL_HINTING=1
+ to your environment, for example /etc/environment or ~/.pam_environment .
+MSG
+ fi
+}