summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Gąsior2019-07-06 21:34:28 +0200
committerTomasz Gąsior2019-07-06 21:34:28 +0200
commit701a7001fcbd1c25e31df73ca1a850afcb2ba3cc (patch)
tree0d38ac62dc322fba8eddc2f236bb95a209f082c7
parent1b057d981931aef6bcf7b61ab1dbbed53c6b80aa (diff)
downloadaur-701a7001fcbd1c25e31df73ca1a850afcb2ba3cc.tar.gz
Fix instruction text
-rw-r--r--freetype2-ultimate5.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/freetype2-ultimate5.install b/freetype2-ultimate5.install
index 5caca59b3fc6..9464c0323004 100644
--- a/freetype2-ultimate5.install
+++ b/freetype2-ultimate5.install
@@ -4,9 +4,9 @@ post_install()
echo "To use this package you must enable LCD filter system-wide:"
echo " ln -s /etc/fonts/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d/"
echo "or user-wide:"
- echo " mkdir -p $HOME/.config/fontconfig/conf.d"
- echo " ln -s /etc/fonts/conf.avail/11-lcdfilter-default.conf $HOME/.config/fontconfig/conf.d/"
- echo "You may also need to enable subpixel rendering in desktop environment, in GNOME:"
+ echo " mkdir -p \$HOME/.config/fontconfig/conf.d"
+ echo " ln -s /etc/fonts/conf.avail/11-lcdfilter-default.conf \$HOME/.config/fontconfig/conf.d/"
+ echo "You also have to enable subpixel antialiasing in desktop environment, in GNOME:"
echo " gsettings set org.gnome.settings-daemon.plugins.xsettings antialiasing rgba"
echo
-} \ No newline at end of file
+}