summarylogtreecommitdiffstats
path: root/yadex.install
blob: 1b20aa01dd7ff7ca33387deeae75b44135b97597 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	cat <<- EOF
		:: Before using yadex, check the paths
		:: to your IWAD files in /etc/yadex.cfg
	EOF
}

post_upgrade() {
	post_install $1
}