Remove output in .install file
This commit is contained in:
parent
971a5fdef0
commit
773c938343
1 changed files with 0 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
||||||
# Colored makepkg-like functions
|
# Colored makepkg-like functions
|
||||||
msg_blue() {
|
|
||||||
printf "${blue}==>${bold} $1${all_off}\n"
|
|
||||||
}
|
|
||||||
|
|
||||||
note() {
|
note() {
|
||||||
printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
|
printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
|
||||||
}
|
}
|
||||||
|
@ -13,7 +9,6 @@ yellow="${bold}$(tput setaf 3)"
|
||||||
blue="${bold}$(tput setaf 4)"
|
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/'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue