summaryrefslogtreecommitdiff
path: root/adapted/thunderbird-bin/thunderbird-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'adapted/thunderbird-bin/thunderbird-bin.install')
-rw-r--r--adapted/thunderbird-bin/thunderbird-bin.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/adapted/thunderbird-bin/thunderbird-bin.install b/adapted/thunderbird-bin/thunderbird-bin.install
new file mode 100644
index 0000000..250a67e
--- /dev/null
+++ b/adapted/thunderbird-bin/thunderbird-bin.install
@@ -0,0 +1,13 @@
+# Colored makepkg-like functions
+msg_blue() {
+ printf "${blue}==>${bold} $1${all_off}\n"
+}
+
+note() {
+ printf "${blue}==>${yellow} NOTE$1:${bold} $2${all_off}\n"
+}
+
+all_off="$(tput sgr0)"
+bold="${all_off}$(tput bold)"
+blue="${bold}$(tput setaf 4)"
+yellow="${bold}$(tput setaf 3)"