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, 0 insertions, 13 deletions
diff --git a/adapted/thunderbird-bin/thunderbird-bin.install b/adapted/thunderbird-bin/thunderbird-bin.install
deleted file mode 100644
index 250a67e..0000000
--- a/adapted/thunderbird-bin/thunderbird-bin.install
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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)"