From 2c3af7c9a85e2361c6d25181fdc08b78ffb3139b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Wed, 4 May 2016 21:19:59 +0200 Subject: [PATCH] Remove output in .install file --- mint-sounds.install | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mint-sounds.install b/mint-sounds.install index 8bc781a..ae54312 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/' }