summaryrefslogtreecommitdiff
path: root/testing/librsvg/librsvg.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-15 23:14:47 +0000
committerroot <root@rshg054.dnsready.net>2011-11-15 23:14:47 +0000
commit91ef4ffb2e0ba850501329a8bbc0b326788bd58c (patch)
tree3731bbc0887d98ae3a45395f9826cc51ae3473c3 /testing/librsvg/librsvg.install
parent28b13b7e8e6e1e4fa1593f0dfb1c37569f2f90a8 (diff)
Tue Nov 15 23:14:47 UTC 2011
Diffstat (limited to 'testing/librsvg/librsvg.install')
-rw-r--r--testing/librsvg/librsvg.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/librsvg/librsvg.install b/testing/librsvg/librsvg.install
new file mode 100644
index 000000000..4d48b071f
--- /dev/null
+++ b/testing/librsvg/librsvg.install
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}