summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cinnamon-sound-effects.install5
1 files changed, 0 insertions, 5 deletions
diff --git a/cinnamon-sound-effects.install b/cinnamon-sound-effects.install
index 895a1634c707..cc23fc6c9869 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/'
}