diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-26 20:43:47 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-26 20:43:47 +0100 |
commit | 057e033d4a73ac610303c98260015c7d5ecb28b7 (patch) | |
tree | bce401d73b954cdc32f79a9ca63bab6e00c2843b /extra/chromium/chromium.install | |
parent | f50a79d08ee34184566f3c7d9def0ea4358318e9 (diff) | |
parent | 596ca3d76703ef12aa62f4c95d4cf107592fcb1e (diff) | |
download | nutyx-extra-057e033d4a73ac610303c98260015c7d5ecb28b7.tar.gz nutyx-extra-057e033d4a73ac610303c98260015c7d5ecb28b7.tar.bz2 nutyx-extra-057e033d4a73ac610303c98260015c7d5ecb28b7.tar.xz nutyx-extra-057e033d4a73ac610303c98260015c7d5ecb28b7.zip |
Merge commit 'lesibel/master'
Diffstat (limited to 'extra/chromium/chromium.install')
-rw-r--r-- | extra/chromium/chromium.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/chromium/chromium.install b/extra/chromium/chromium.install new file mode 100644 index 000000000..e70c054ec --- /dev/null +++ b/extra/chromium/chromium.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |