summaryrefslogtreecommitdiff
path: root/testing/librsvg/librsvg.install
diff options
context:
space:
mode:
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
+}