summarylogtreecommitdiffstats
path: root/drawpile.install
diff options
context:
space:
mode:
Diffstat (limited to 'drawpile.install')
-rw-r--r--drawpile.install5
1 files changed, 0 insertions, 5 deletions
diff --git a/drawpile.install b/drawpile.install
index bb7981908ba3..911e80648828 100644
--- a/drawpile.install
+++ b/drawpile.install
@@ -1,8 +1,4 @@
# Colored makepkg-like functions
-msg_blue() {
- printf "${blue}==>${bold} $1${all_off}\n"
-}
-
note() {
printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
}
@@ -13,7 +9,6 @@ yellow="${bold}$(tput setaf 3)"
blue="${bold}$(tput setaf 4)"
_update() {
- msg_blue 'Updating desktop MIME database...'
update-desktop-database -q
}