summarylogtreecommitdiffstats
path: root/pacman-screen-nosuid-hook.install
blob: b39e973fb807d11ebbab3e456859c34feb38d41d (plain)
1
2
3
4
5
6
7
post_install(){
	echo "Hook installed, reinstall screen to run the hook."
}

post_upgrade(){
	echo "Hook upgraded, reinstall screen to run the hook."
}