summaryrefslogtreecommitdiffstats
path: root/extra/google-chrome/chromium.install
diff options
context:
space:
mode:
authortyrry <tyrry@nutyx.(none)>2010-03-23 16:04:43 +0100
committertyrry <tyrry@nutyx.(none)>2010-03-23 16:04:43 +0100
commitee43c5b4c9ed6a6ba37eadc7b7cec8d7e4f247c7 (patch)
tree8f701239d5794ba5b76a98df1d2014feebd9a73e /extra/google-chrome/chromium.install
parent4e88d3b98b8e640f7d95ed1527d56581e541739b (diff)
parent082114ded7501433dd31becbae522873f18c072e (diff)
downloadnutyx-extra-ee43c5b4c9ed6a6ba37eadc7b7cec8d7e4f247c7.tar.gz
nutyx-extra-ee43c5b4c9ed6a6ba37eadc7b7cec8d7e4f247c7.tar.bz2
nutyx-extra-ee43c5b4c9ed6a6ba37eadc7b7cec8d7e4f247c7.tar.xz
nutyx-extra-ee43c5b4c9ed6a6ba37eadc7b7cec8d7e4f247c7.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/google-chrome/chromium.install')
-rw-r--r--extra/google-chrome/chromium.install11
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
+}