diff options
author | Cecil <knoppmyth@gmail.com> | 2011-07-17 20:49:01 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-07-17 20:49:01 (GMT) |
commit | 4e8509368ee8a5b76c4fd5cc1737dfc0f5fed607 (patch) | |
tree | 665570088d4fe2c675834c2409efafb80fe1a4e8 /abs/extra/community/chromium/chromium.install | |
parent | 13e7dfcaf9aa5d46abd43fc0bfcc8c2167e99645 (diff) | |
parent | f1e8cbd3510cef06cad3ea55eaedf40aca12f1ae (diff) | |
download | linhes_pkgbuild-4e8509368ee8a5b76c4fd5cc1737dfc0f5fed607.zip linhes_pkgbuild-4e8509368ee8a5b76c4fd5cc1737dfc0f5fed607.tar.gz linhes_pkgbuild-4e8509368ee8a5b76c4fd5cc1737dfc0f5fed607.tar.bz2 |
Merge branch 'testing' of ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/community/chromium/chromium.install')
-rw-r--r-- | abs/extra/community/chromium/chromium.install | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/extra/community/chromium/chromium.install b/abs/extra/community/chromium/chromium.install index e70c054..d43ea7c 100644 --- a/abs/extra/community/chromium/chromium.install +++ b/abs/extra/community/chromium/chromium.install @@ -1,11 +1,12 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null + xdg-icon-resource forceupdate --theme hicolor &>/dev/null + update-desktop-database -q } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } |