summaryrefslogtreecommitdiff
path: root/community/caja-extensions/caja-sendto.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-20 04:04:36 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-20 04:04:36 +0000
commit7e108c74958ec076a3734822f61f145d0d69547f (patch)
tree5af7d8df8a09ee699544a24ce149876c1cdee06e /community/caja-extensions/caja-sendto.install
parent8640bbf496b9d8a232da91e1db43466797f86861 (diff)
Thu Mar 20 04:00:11 UTC 2014
Diffstat (limited to 'community/caja-extensions/caja-sendto.install')
-rw-r--r--community/caja-extensions/caja-sendto.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/caja-extensions/caja-sendto.install b/community/caja-extensions/caja-sendto.install
new file mode 100644
index 000000000..3a06d45b9
--- /dev/null
+++ b/community/caja-extensions/caja-sendto.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}