summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/qt/qt.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-09-05 05:54:58 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-09-05 05:54:58 (GMT)
commit9b15f4050d73e78c5c8bd070692753cc268e3238 (patch)
treebe05a7737691dceac0d7405b5c61a4c062793f53 /abs/core-testing/qt/qt.install
parentcea0f9b0ffb5e0947f588251b197593b39f44858 (diff)
downloadlinhes_pkgbuild-9b15f4050d73e78c5c8bd070692753cc268e3238.zip
linhes_pkgbuild-9b15f4050d73e78c5c8bd070692753cc268e3238.tar.gz
linhes_pkgbuild-9b15f4050d73e78c5c8bd070692753cc268e3238.tar.bz2
qt:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/qt/qt.install')
-rw-r--r--abs/core-testing/qt/qt.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core-testing/qt/qt.install b/abs/core-testing/qt/qt.install
new file mode 100644
index 0000000..e70c054
--- /dev/null
+++ b/abs/core-testing/qt/qt.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}