summarylogtreecommitdiffstats
path: root/qactus.install
diff options
context:
space:
mode:
authorJosip Ponjavić2015-06-16 20:53:15 +0200
committerJosip Ponjavić2015-06-16 20:53:15 +0200
commit651aa3426eb56df18bfaf5e5e30e2840b0d4f3a7 (patch)
tree82fbdc857113707db05e7750f634ff5f89714445 /qactus.install
downloadaur-651aa3426eb56df18bfaf5e5e30e2840b0d4f3a7.tar.gz
Initial import
Diffstat (limited to 'qactus.install')
-rw-r--r--qactus.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/qactus.install b/qactus.install
new file mode 100644
index 000000000000..4f1d6880a66a
--- /dev/null
+++ b/qactus.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
+} \ No newline at end of file