summarylogtreecommitdiffstats
path: root/cdesktopenv.install
blob: 0928f4c12281db3b2171ac45c58fced210c324bd (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	echo "This package is probably insecure."
	echo "CDE requires rpcbind.service to be running."
	echo "To start dtlogin, first use systemctl to start rpcbind.service, and then start dtlogin.service"
	echo "The start script is now called startcdesession.sh, to be more precise and having scripts for other desktop environments as well."
}

post_upgrade() {
	post_install
}