diff options
Diffstat (limited to 'abs/extra/google-chrome/google-chrome.install')
-rw-r--r-- | abs/extra/google-chrome/google-chrome.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/extra/google-chrome/google-chrome.install b/abs/extra/google-chrome/google-chrome.install index a33da15..541b400 100644 --- a/abs/extra/google-chrome/google-chrome.install +++ b/abs/extra/google-chrome/google-chrome.install @@ -15,7 +15,7 @@ yellow="${bold}$(tput setaf 3)" _update() { msg_blue "Updating desktop MIME database..." update-desktop-database -q - + msg_blue "Updating icon cache.." xdg-icon-resource forceupdate --theme hicolor &>/dev/null } @@ -25,6 +25,7 @@ post_install() { if [ ! -e /usr/bin/chromium ]; then ln -s /usr/bin/google-chrome /usr/bin/chromium fi + note "Custom flags should be put directly in: ~/.config/chrome-flags.conf" } post_upgrade() { |