Remove output in .install file
This commit is contained in:
parent
f8fa13aca0
commit
2c3af7c9a8
1 changed files with 0 additions and 10 deletions
|
@ -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/'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue