summaryrefslogtreecommitdiff
path: root/community/caja-actions/caja-actions.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
commitd0f33415f254cb2fee06fd89f9cfed4535322f37 (patch)
tree66c13d72eac4f0110772b4675231c891334137bc /community/caja-actions/caja-actions.install
parent7e108c74958ec076a3734822f61f145d0d69547f (diff)
Fri Mar 21 03:19:28 UTC 2014
Diffstat (limited to 'community/caja-actions/caja-actions.install')
-rw-r--r--community/caja-actions/caja-actions.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/caja-actions/caja-actions.install b/community/caja-actions/caja-actions.install
new file mode 100644
index 000000000..771e497ca
--- /dev/null
+++ b/community/caja-actions/caja-actions.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}