summarylogtreecommitdiffstats
path: root/ignsdk.install
blob: 65467a5cd85379bf0880b35f0824dc9ccb8fd5aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
}