aboutsummarylogtreecommitdiffstats
path: root/qt5-tools.install
diff options
context:
space:
mode:
authorDāvis2015-10-18 20:52:18 +0300
committerDāvis2015-10-18 20:52:18 +0300
commit3275b371638af581b688a25d25f262d24abb213e (patch)
treed223cdbec41c817f7a108895728469905417009f /qt5-tools.install
downloadaur-3275b371638af581b688a25d25f262d24abb213e.tar.gz
Release qt5-tools-git
Diffstat (limited to 'qt5-tools.install')
-rw-r--r--qt5-tools.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/qt5-tools.install b/qt5-tools.install
new file mode 100644
index 000000000000..5495fb1b5d27
--- /dev/null
+++ b/qt5-tools.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
+}