post_install() {
	cat <<- EOF
		Configuration for x-session is done via personal sxrc to be created under '~/.config/sx/sxrc'.
	EOF
}

post_upgrade() {
	post_install $1
}
