core/librsvg/librsvg.install

12 lines
131 B
Plaintext
Raw Normal View History

2010-03-14 23:48:48 +08:00
post_install() {
gdk-pixbuf-query-loaders --update-cache
2010-03-14 23:48:48 +08:00
}
post_upgrade() {
2011-04-22 06:28:45 +08:00
post_install
2010-03-14 23:48:48 +08:00
}
post_remove() {
2011-04-22 06:28:45 +08:00
post_install
2010-03-14 23:48:48 +08:00
}