diff options
author | Cecil <knoppmyth@gmail.com> | 2011-02-20 01:09:21 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-02-20 01:09:21 (GMT) |
commit | eab66d430b0de157efa56a9d3cefca2e72010a58 (patch) | |
tree | 8586dcfc59e1832654d3099167990eaa7a86a69f /abs/extra/community/chromium/chromium.install | |
parent | 07f149a478c027d6a675e8e63b85189b16cbfa12 (diff) | |
download | linhes_pkgbuild-eab66d430b0de157efa56a9d3cefca2e72010a58.zip linhes_pkgbuild-eab66d430b0de157efa56a9d3cefca2e72010a58.tar.gz linhes_pkgbuild-eab66d430b0de157efa56a9d3cefca2e72010a58.tar.bz2 |
chromium:initial inclusion.
Diffstat (limited to 'abs/extra/community/chromium/chromium.install')
-rw-r--r-- | abs/extra/community/chromium/chromium.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/community/chromium/chromium.install b/abs/extra/community/chromium/chromium.install new file mode 100644 index 0000000..e70c054 --- /dev/null +++ b/abs/extra/community/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 +} |