summarylogtreecommitdiffstats
path: root/baamanga.install
diff options
context:
space:
mode:
authorJorge Barroso2015-06-15 21:32:27 +0200
committerJorge Barroso2015-06-15 21:32:27 +0200
commitdd0ccbe381175a0a52ffca8fb2c6d20ac57a5785 (patch)
tree19691cbb4b732e495ac8d9c55784824d31ba1555 /baamanga.install
downloadaur-dd0ccbe381175a0a52ffca8fb2c6d20ac57a5785.tar.gz
Initial import
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
+}