summarylogtreecommitdiffstats
path: root/qt5-tools.install
diff options
context:
space:
mode:
authorFelix Schindler2015-06-20 15:54:41 +0200
committerFelix Schindler2015-06-20 15:54:41 +0200
commitb6f4064f95efba89cb564fb56d697944b014a5a5 (patch)
tree5af7284169336059dd8efd3e2c98d9690ecdd156 /qt5-tools.install
downloadaur-b6f4064f95efba89cb564fb56d697944b014a5a5.tar.gz
add state of https://github.com/ftalbrecht/aur, rev. 84761b9
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
+}