Remove output in .install file

This commit is contained in:
Manuel Hüsers 2016-05-04 21:19:59 +02:00
parent f8fa13aca0
commit 2c3af7c9a8

View file

@ -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() { _update() {
msg_blue 'Updating GSettings schemas...'
glib-compile-schemas '/usr/share/glib-2.0/schemas/' glib-compile-schemas '/usr/share/glib-2.0/schemas/'
} }