summarylogtreecommitdiffstats
path: root/qtox-git.install
diff options
context:
space:
mode:
authorvlad2015-07-08 15:35:37 +0300
committervlad2015-07-08 15:35:37 +0300
commit43b5bb79a6cf13186fdb57150d65d0e55ef5ac23 (patch)
tree1a468fcdef58a44587e0251d0cbb494a60b3b533 /qtox-git.install
downloadaur-43b5bb79a6cf13186fdb57150d65d0e55ef5ac23.tar.gz
Initial import
Diffstat (limited to 'qtox-git.install')
-rw-r--r--qtox-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/qtox-git.install b/qtox-git.install
new file mode 100644
index 000000000000..fd791829a1a0
--- /dev/null
+++ b/qtox-git.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_upgrade
+}