summarylogtreecommitdiffstats
path: root/zw3d-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'zw3d-bin.install')
-rw-r--r--zw3d-bin.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/zw3d-bin.install b/zw3d-bin.install
new file mode 100644
index 000000000000..3ba9000499e6
--- /dev/null
+++ b/zw3d-bin.install
@@ -0,0 +1,19 @@
+note()
+{
+ printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
+}
+all_off="$(tput sgr0)"
+bold="${all_off}$(tput bold)"
+blue="${bold}$(tput setaf 4)"
+yellow="${bold}$(tput setaf 3)"
+post_install()
+{
+ note "============================="
+ note "Please enter zw3d to start"
+ note "Or click on the icon to start"
+ note "============================="
+}
+post_remove()
+{
+ note "zw3d-bin has been deleted"
+}