summarylogtreecommitdiffstats
path: root/wxmedit.install
diff options
context:
space:
mode:
authoryhfudev2015-06-09 12:37:53 -0400
committeryhfudev2015-06-09 12:37:53 -0400
commitbf0444e4ef6241803ffe68d2abe9424dc1b3772e (patch)
tree5f23a9520f218a871f2a391e41da6f5e341ecd72 /wxmedit.install
downloadaur-bf0444e4ef6241803ffe68d2abe9424dc1b3772e.tar.gz
Initial import
Diffstat (limited to 'wxmedit.install')
-rw-r--r--wxmedit.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/wxmedit.install b/wxmedit.install
new file mode 100644
index 000000000000..905ea89a7a62
--- /dev/null
+++ b/wxmedit.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+
+post_remove() {
+ post_install
+}