summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten de Boer2015-09-01 21:49:26 +0200
committerMaarten de Boer2015-09-01 21:49:26 +0200
commitae68505b86a380d9884e9040f0778a2b3130c034 (patch)
treed2846122d21480bdcc3daaf6f7f7d7946aef2c45
parent478d6a2d8c14448c487e0f64372c1d114a3e9c22 (diff)
downloadaur-ae68505b86a380d9884e9040f0778a2b3130c034.tar.gz
Remove outdated message from install.sh
-rw-r--r--install.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/install.sh b/install.sh
index 0304a0216730..0046c9b3f8c3 100644
--- a/install.sh
+++ b/install.sh
@@ -1,11 +1,7 @@
post_install() {
fc-cache
- cat <<- EOF
- ==> Infinality fontconfig settings are enabled system-wide by default. If you don't like this, replace the symlink /etc/fonts/conf.d/52-infinality.conf with an empty file - It will be preserved between updates.
- ==> Refer to /etc/fonts/infinality/README for available customization options. For best experience, install either Windows, Apple or Google fonts. More information is available at http://www.infinality.net.
- EOF
}
post_upgrade() {
- post_install $0
+ fc-cache
}