summarylogtreecommitdiffstats
path: root/pomello.install
diff options
context:
space:
mode:
authorLuigi Guevara2016-08-29 15:00:41 +0200
committerLuigi Guevara2016-08-29 15:10:37 +0200
commit4bb37451f34c32b09c658a25f8db93e2409cc838 (patch)
treee8e6ec07a086d8350c388279fcf52a833d8e5525 /pomello.install
downloadaur-4bb37451f34c32b09c658a25f8db93e2409cc838.tar.gz
Pomello to Arch Linux
Diffstat (limited to 'pomello.install')
-rw-r--r--pomello.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/pomello.install b/pomello.install
new file mode 100644
index 000000000000..3596f7d60d83
--- /dev/null
+++ b/pomello.install
@@ -0,0 +1,9 @@
+post_install() {
+ update-desktop-database
+}
+
+post_upgrade() {
+ update-desktop-database
+}
+
+# vim:set ts=2 sw=2 et: