summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mint-sounds.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/mint-sounds.install b/mint-sounds.install
index 8bc781a0f0df..ae5431263403 100644
--- a/mint-sounds.install
+++ b/mint-sounds.install
@@ -1,14 +1,4 @@
-# Colored makepkg-like functions
-msg_blue() {
- printf "${blue}==>${bold} $1${all_off}\n"
-}
-
-all_off="$(tput sgr0)"
-bold="${all_off}$(tput bold)"
-blue="${bold}$(tput setaf 4)"
-
_update() {
- msg_blue 'Updating GSettings schemas...'
glib-compile-schemas '/usr/share/glib-2.0/schemas/'
}