summarylogtreecommitdiffstats
path: root/ignsdk.install
diff options
context:
space:
mode:
Diffstat (limited to 'ignsdk.install')
-rw-r--r--ignsdk.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/ignsdk.install b/ignsdk.install
new file mode 100644
index 000000000000..b68f1a901481
--- /dev/null
+++ b/ignsdk.install
@@ -0,0 +1,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"
+}