summarylogtreecommitdiffstats
path: root/planner.install
diff options
context:
space:
mode:
Diffstat (limited to 'planner.install')
-rw-r--r--planner.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/planner.install b/planner.install
new file mode 100644
index 000000000000..d0a5c946fa41
--- /dev/null
+++ b/planner.install
@@ -0,0 +1,16 @@
+pkgname=planner
+
+post_install() {
+ glib-compile-schemas "usr/share/glib-2.0/schemas"
+ gtk-update-icon-cache -qtf usr/share/icons/hicolor
+ update-mime-database "usr/share/mime"
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}