summarylogtreecommitdiffstats
path: root/install.sh
blob: 0924737fe0795bf383bb76c8618ba01d78ccb21c (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	cat <<- EOF
		==> Infinality environment variables are located in the file /etc/profile.d/infinality-settings.sh. Change it according to your taste.
		==> Fontconfig files have moved to fontconfig-infinality package which should be installed and configured separately.
		==> 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
}