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/' }