summarylogtreecommitdiffstats
path: root/ttf-twemoji-color.install
diff options
context:
space:
mode:
authorThomas Wood2017-06-08 15:24:42 +0100
committerThomas Wood2017-06-08 15:24:42 +0100
commit16f4d607897c12cd1c069420e5199daa724a9a11 (patch)
tree2317dc11c91da3a25d3441b9cddd003bbda8cdbd /ttf-twemoji-color.install
parent83a2c03717ae6dd2252c9985f009b15ecdc0f9fb (diff)
downloadaur-16f4d607897c12cd1c069420e5199daa724a9a11.tar.gz
Update to 1.3
Diffstat (limited to 'ttf-twemoji-color.install')
-rw-r--r--ttf-twemoji-color.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/ttf-twemoji-color.install b/ttf-twemoji-color.install
index 6a647afec307..c8e316829cc7 100644
--- a/ttf-twemoji-color.install
+++ b/ttf-twemoji-color.install
@@ -2,16 +2,16 @@ config=56-ttf-twemoji-color.conf
post_install() {
echo "To finish installation, update the default font in /etc/fonts/conf.avail/${config} to your system font,"
- echo "and then execute 'sudo ln -s /etc/fonts/conf.avail/${config} /etc/fonts/conf.d'"
+ echo "and then copy or symlink the file into /etc/fonts/conf.d or ~/.config/fontconfig/conf.d"
echo
echo "SVG in OpenType (colour) fonts are currently only supported by Mozilla software. Other software will fallback to B&W glyphs."
}
post_upgrade() {
echo "You should now check the default system font is correct in /etc/fonts/conf.avail/${config}"
- echo "and ensure a link to this file is present in /etc/fonts/conf.d"
+ echo "and ensure a copy of or link to this file is present in /etc/fonts/conf.d, or ~/.config/fontconfig/conf.d."
}
post_remove() {
- echo "To complete uninstallation, you should run 'sudo rm /etc/fonts/conf.avail/${config}'"
+ echo "To complete uninstallation, you should remove the manually installed ${config} from /etc/fonts/conf.d or ~/.config/fontconfig/conf.d"
}