summarylogtreecommitdiffstats
path: root/ignsdk.install
blob: b68f1a9014815d09615c249011228b94f1cbcb0e (plain)
1
2
3
4
5
6
7
8
9
10
post_install(){
	echo -e "see the following users guides"
	man -u -a ignsdk
	echo -e "Thank You For Installations"
}

post_remove(){
	echo -e "thanks for your installations\n"
	echo -e "good bye"
}