diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-19 16:30:41 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-19 16:30:41 +0100 |
commit | cdf99d159bcb8a7738f7502c27988eb5aed334e4 (patch) | |
tree | 2616c5e63e05f04cf8094d3609cbf999dc7b45ca /extra/google-chrome/chromium.install | |
parent | dae47f51e22efedcf92aa871945c2720c3ab2b30 (diff) | |
parent | 8833b950d05a6ae766be65426fd7a69181e470b0 (diff) | |
download | nutyx-extra-cdf99d159bcb8a7738f7502c27988eb5aed334e4.tar.gz nutyx-extra-cdf99d159bcb8a7738f7502c27988eb5aed334e4.tar.bz2 nutyx-extra-cdf99d159bcb8a7738f7502c27988eb5aed334e4.tar.xz nutyx-extra-cdf99d159bcb8a7738f7502c27988eb5aed334e4.zip |
Merge commit 'lesibel/master'
Diffstat (limited to 'extra/google-chrome/chromium.install')
-rw-r--r-- | extra/google-chrome/chromium.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/google-chrome/chromium.install b/extra/google-chrome/chromium.install new file mode 100644 index 000000000..e70c054ec --- /dev/null +++ b/extra/google-chrome/chromium.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |