summarylogtreecommitdiffstats
path: root/amule.install
diff options
context:
space:
mode:
authorlukpod2015-07-06 23:50:54 +0200
committerlukpod2015-07-06 23:50:54 +0200
commitde9f73ee6ce2cbabe7cf06902d867510cd24ca9f (patch)
treef6dcc6d2a4e66f3127729c7287e026615465bce3 /amule.install
downloadaur-de9f73ee6ce2cbabe7cf06902d867510cd24ca9f.tar.gz
Initial import
Diffstat (limited to 'amule.install')
-rw-r--r--amule.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/amule.install b/amule.install
new file mode 100644
index 000000000000..df3df28afe33
--- /dev/null
+++ b/amule.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}