summaryrefslogtreecommitdiff
path: root/testing/qt/qt.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-15 00:03:54 +0000
committerroot <root@rshg054.dnsready.net>2012-09-15 00:03:54 +0000
commit58bcf29e17b49063f0be13069151b9890cb5c6a6 (patch)
tree93ffa4e6d734fbe0d0f4f47e2451a2bce48ab761 /testing/qt/qt.install
parentc7e751e3633b2e10c0ffcc68e4ce676f725f0843 (diff)
Sat Sep 15 00:03:54 UTC 2012
Diffstat (limited to 'testing/qt/qt.install')
-rw-r--r--testing/qt/qt.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/qt/qt.install b/testing/qt/qt.install
new file mode 100644
index 000000000..5495fb1b5
--- /dev/null
+++ b/testing/qt/qt.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}