summarylogtreecommitdiffstats
path: root/gnome-shell-extension-applications-overview-tooltip.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-shell-extension-applications-overview-tooltip.install')
-rwxr-xr-xgnome-shell-extension-applications-overview-tooltip.install9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnome-shell-extension-applications-overview-tooltip.install b/gnome-shell-extension-applications-overview-tooltip.install
index e3e202fa4a20..918e93109709 100755
--- a/gnome-shell-extension-applications-overview-tooltip.install
+++ b/gnome-shell-extension-applications-overview-tooltip.install
@@ -1,9 +1,8 @@
# Colored makepkg-like functions
-TERM=dumb
-all_off="$(tput sgr0)"
-bold="${all_off}$(tput bold)"
-blue="${bold}$(tput setaf 4)"
-yellow="${bold}$(tput setaf 3)"
+all_off="$(tput -T xterm sgr0)"
+bold="${all_off}$(tput -T xterm bold)"
+blue="${bold}$(tput -T xterm setaf 4)"
+yellow="${bold}$(tput -T xterm setaf 3)"
note() {
printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"