summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Hüsers2016-05-04 21:19:45 +0200
committerManuel Hüsers2016-05-04 21:19:45 +0200
commit773c93834361de9458f3ba32ee7cb9a430782c7d (patch)
tree9d58db18f70553331dd71ed35f78838f655b37b0
parent971a5fdef0aecfb735a1c04aa2424e6246821594 (diff)
downloadaur-773c93834361de9458f3ba32ee7cb9a430782c7d.tar.gz
Remove output in .install file
-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/'
}