summaryrefslogtreecommitdiff
path: root/community/caja/caja.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-07 03:52:15 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-07 03:52:15 +0000
commitd44823e5676f0edd0e259c7c33d5640a043748ac (patch)
treea861b18b863dacb947ba2b8e9cbcb47ef80a03ef /community/caja/caja.install
parentc183da9d3df5445f5021cd6563012ba2abfc393e (diff)
Fri Mar 7 03:48:12 UTC 2014
Diffstat (limited to 'community/caja/caja.install')
-rw-r--r--community/caja/caja.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/caja/caja.install b/community/caja/caja.install
new file mode 100644
index 000000000..d5a70db20
--- /dev/null
+++ b/community/caja/caja.install
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ update-mime-database /usr/share/mime/ > /dev/null
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}