diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-09-21 21:44:44 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-09-21 21:44:44 (GMT) |
commit | 7d56dcda529364e60504685ca16f0e284bb306c7 (patch) | |
tree | c674d284442ee24e3c45861f3f0d378d313312cb /abs/extra/google-chrome/google-chrome.install | |
parent | 307d3f0f2218af2ab2ec5d17b6efba93278eeed1 (diff) | |
download | linhes_pkgbuild-7d56dcda529364e60504685ca16f0e284bb306c7.zip linhes_pkgbuild-7d56dcda529364e60504685ca16f0e284bb306c7.tar.gz linhes_pkgbuild-7d56dcda529364e60504685ca16f0e284bb306c7.tar.bz2 |
google-chrome: update to 37.0.2062.120
Diffstat (limited to 'abs/extra/google-chrome/google-chrome.install')
-rw-r--r-- | abs/extra/google-chrome/google-chrome.install | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/extra/google-chrome/google-chrome.install b/abs/extra/google-chrome/google-chrome.install index b44a73e..c958cc3 100644 --- a/abs/extra/google-chrome/google-chrome.install +++ b/abs/extra/google-chrome/google-chrome.install @@ -1,16 +1,16 @@ # Colored makepkg-like functions msg_blue() { - printf "${BLUE}==>${ALL_OFF}${BOLD} ${1}${ALL_OFF}\n" + printf "${blue}==>${bold} $1${all_off}\n" } note() { - printf "${BLUE}==>${ALL_OFF}${YELLOW} NOTE:${ALL_OFF}${BOLD} ${1}${ALL_OFF}\n" + printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n" } -ALL_OFF="$(tput sgr0)" -BOLD="$(tput bold)" -BLUE="${BOLD}$(tput setaf 4)" -YELLOW="${BOLD}$(tput setaf 3)" +all_off="$(tput sgr0)" +bold="${all_off}$(tput bold)" +blue="${bold}$(tput setaf 4)" +yellow="${bold}$(tput setaf 3)" _update() { msg_blue "Updating desktop MIME database..." |