summaryrefslogtreecommitdiffstats
path: root/abs/extra/google-chrome/google-chrome.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/google-chrome/google-chrome.install')
-rw-r--r--abs/extra/google-chrome/google-chrome.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/google-chrome/google-chrome.install b/abs/extra/google-chrome/google-chrome.install
index c958cc3..541b400 100644
--- a/abs/extra/google-chrome/google-chrome.install
+++ b/abs/extra/google-chrome/google-chrome.install
@@ -15,8 +15,9 @@ yellow="${bold}$(tput setaf 3)"
_update() {
msg_blue "Updating desktop MIME database..."
update-desktop-database -q
+
msg_blue "Updating icon cache.."
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ xdg-icon-resource forceupdate --theme hicolor &>/dev/null
}
post_install() {
@@ -24,14 +25,13 @@ 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() {
post_install
}
-
post_remove() {
_update
if [ -h /usr/bin/chromium ]; then