summarylogtreecommitdiffstats
path: root/dayplanner.install
diff options
context:
space:
mode:
authorRobert Knauer2015-05-31 21:05:04 +0200
committerRobert Knauer2015-05-31 21:05:04 +0200
commit5ccb9f95bbe29362c42642e1030ef34c654ec8b2 (patch)
tree0c1438323317f710e12157abab6937f127586537 /dayplanner.install
downloadaur-5ccb9f95bbe29362c42642e1030ef34c654ec8b2.tar.gz
init
Diffstat (limited to 'dayplanner.install')
-rw-r--r--dayplanner.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/dayplanner.install b/dayplanner.install
new file mode 100644
index 000000000000..2eaa60550d51
--- /dev/null
+++ b/dayplanner.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}