summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Hüsers2016-05-04 21:19:59 +0200
committerManuel Hüsers2016-05-04 21:19:59 +0200
commit2c3af7c9a85e2361c6d25181fdc08b78ffb3139b (patch)
tree4fb65d05f4aa1b1a086787b52a598c9f1c3d65e7
parentf8fa13aca03bb5e6765754ee3d4659fcedd03af2 (diff)
downloadaur-2c3af7c9a85e2361c6d25181fdc08b78ffb3139b.tar.gz
Remove output in .install file
-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/'
}