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

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