summarylogtreecommitdiffstats
path: root/freetype2.install
diff options
context:
space:
mode:
Diffstat (limited to 'freetype2.install')
-rw-r--r--freetype2.install6
1 files changed, 2 insertions, 4 deletions
diff --git a/freetype2.install b/freetype2.install
index 5d4d1e7856cb..c8db8c6492e3 100644
--- a/freetype2.install
+++ b/freetype2.install
@@ -1,8 +1,6 @@
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
+ echo "The Arch-specific FT2_SUBPIXEL_HINTING has been removed."
+ echo "Subpixel hinting is now configured in /etc/profile.d/freetype2.sh ."
fi
}