Remove output in .install file

This commit is contained in:
Manuel Hüsers 2016-05-04 21:19:45 +02:00
parent 971a5fdef0
commit 773c938343

View file

@ -1,8 +1,4 @@
# Colored makepkg-like functions
msg_blue() {
printf "${blue}==>${bold} $1${all_off}\n"
}
note() {
printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
}
@ -13,7 +9,6 @@ yellow="${bold}$(tput setaf 3)"
blue="${bold}$(tput setaf 4)"
_update() {
msg_blue 'Updating GSettings schemas...'
glib-compile-schemas '/usr/share/glib-2.0/schemas/'
}