diff options
Diffstat (limited to 'extra/google-chrome/google-chrome-beta.install')
-rw-r--r-- | extra/google-chrome/google-chrome-beta.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/google-chrome/google-chrome-beta.install b/extra/google-chrome/google-chrome-beta.install new file mode 100644 index 000000000..4e90a4bcf --- /dev/null +++ b/extra/google-chrome/google-chrome-beta.install @@ -0,0 +1,7 @@ +post_install() { + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_remove() { + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} |