summarylogtreecommitdiffstats
path: root/baamanga.install
diff options
context:
space:
mode:
Diffstat (limited to 'baamanga.install')
-rw-r--r--baamanga.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/baamanga.install b/baamanga.install
new file mode 100644
index 000000000000..8168330f79af
--- /dev/null
+++ b/baamanga.install
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+post_install() {
+ echo ""
+ echo -e "\033[1;32m==> Any suggestion, comment, etc.? Please, visit one of the following: \033[1;34m"
+ echo -e " => https://github.com/jorge-barroso/baamanga"
+ echo -e " => https://sourceforge.net/projects/baamanga/"
+ echo -e " => http://baamanga.tk/"
+ echo ""
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}