summarylogtreecommitdiffstats
path: root/librsvg.install
diff options
context:
space:
mode:
authorsuperlex2016-04-01 21:30:26 +0200
committersuperlex2016-04-01 21:30:26 +0200
commit9b4af0d79ad1f537a1138708b40f062b5447307d (patch)
tree1e0d90cf66c48fe8ec3eb54047e6c236ccad68e3 /librsvg.install
downloadaur-9b4af0d79ad1f537a1138708b40f062b5447307d.tar.gz
Initial commit
Diffstat (limited to 'librsvg.install')
-rw-r--r--librsvg.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/librsvg.install b/librsvg.install
new file mode 100644
index 000000000000..8852ebf28b33
--- /dev/null
+++ b/librsvg.install
@@ -0,0 +1,11 @@
+post_install() {
+ gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}