summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100644
index 000000000000..969ec9b45944
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,10 @@
+post_install() {
+ 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
+}