summarylogtreecommitdiffstats
path: root/netrunner-bin.install
blob: 97ffca9bd621cb51ca8598176a225e75134bd531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgname="netrunner-bin"

post_install() {
	echo
	echo "==> ${pkgname} will be extracted to ~/.local/share/netrunner"
	echo "==> the first time you run ${pkgname} as your normal user!"
	echo "==> This needs to be removed manually upon uninstall!"
	echo
}

post_remove() {
	echo
	echo "==> You have to remove the ${pkgname} directory in your home"
	echo "==> directory by hand: As your normal user, do:"
	echo "  ==> rm -rf ~/.local/share/${pkgname}"
	echo
}