summarylogtreecommitdiffstats
path: root/xmage.install
blob: 84de0bba7ab6fd798fe82304ded2f7d3d27988ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	echo
	echo "==> xmage's files are located in /usr/share/xmage"
	echo "==> For details, check /usr/share/xmage/README.txt"
}

post_upgrade() {
	echo
	echo "==> Release notes can be found at"
	echo "==> https://github.com/magefree/mage/wiki/Release-changes"
	echo
}