summarylogtreecommitdiffstats
path: root/ignsdk.install
diff options
context:
space:
mode:
Diffstat (limited to 'ignsdk.install')
-rw-r--r--ignsdk.install5
1 files changed, 4 insertions, 1 deletions
diff --git a/ignsdk.install b/ignsdk.install
index b68f1a901481..24dd3be5e182 100644
--- a/ignsdk.install
+++ b/ignsdk.install
@@ -1,6 +1,9 @@
post_install(){
echo -e "see the following users guides"
- man -u -a ignsdk
+ 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"
}