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/' }