summaryrefslogtreecommitdiff
path: root/community/geary/geary.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/geary/geary.install')
-rwxr-xr-xcommunity/geary/geary.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/community/geary/geary.install b/community/geary/geary.install
new file mode 100755
index 000000000..20def33a9
--- /dev/null
+++ b/community/geary/geary.install
@@ -0,0 +1,17 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove()
+{
+ post_install
+}
+
+# vim: ts=2 sw=2 et: