aboutsummaryrefslogtreecommitdiff
blob: 1fbc039e63229859ea61e138c01da6780d42b3a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Headers.

pkg_postinst() {
	if has_version '<x11-wm/fluxbox-0.9.10-r3' ; then
		ewarn "You must restart fluxbox before using the [include] /directory/"
		ewarn "feature if you are upgrading from an older fluxbox!"
		ewarn " "
	fi
	einfo "If you experience font problems, or if fluxbox takes a very"
	einfo "long time to start up, please try the 'disablexmb' USE flag."
	einfo "If that fails, please report bugs upstream."
	epause
}