summarylogtreecommitdiffstats
path: root/exaile.install
diff options
context:
space:
mode:
authorXorg2015-07-08 16:02:59 +0200
committerXorg2015-07-08 16:03:13 +0200
commit85b4a7234e374ee829f951b506def08da0f55c3c (patch)
tree883af7127c741e1c4ce871464638900f364adc1a /exaile.install
downloadaur-85b4a7234e374ee829f951b506def08da0f55c3c.tar.gz
Initial commit for exaile (adoption)
Diffstat (limited to 'exaile.install')
-rw-r--r--exaile.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/exaile.install b/exaile.install
new file mode 100644
index 000000000000..e111ef946053
--- /dev/null
+++ b/exaile.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}