From 773c93834361de9458f3ba32ee7cb9a430782c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Wed, 4 May 2016 21:19:45 +0200 Subject: [PATCH] Remove output in .install file --- cinnamon-sound-effects.install | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cinnamon-sound-effects.install b/cinnamon-sound-effects.install index 895a163..cc23fc6 100644 --- a/cinnamon-sound-effects.install +++ b/cinnamon-sound-effects.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 GSettings schemas...' glib-compile-schemas '/usr/share/glib-2.0/schemas/' }