summarylogtreecommitdiffstats
path: root/install.sh
blob: 0304a0216730d79637e5c35e26e9cbc27a93ea92 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}