aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gdk-pixbuf2/files/gdk-pixbuf-query-loaders.ucl.in
blob: d4b491f472c88ca188c76cf58c39c61a1c6b3ec5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
path: "%%PREFIX%%/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders"
cleanup: {
	type: lua
	sandbox: false
	script: <<EOS
print("Removing gdk-pixbuf cache directory")
os.remove("%%PREFIX%%/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache")
EOS
}
trigger: {
	type: lua
	sandbox: false
	script: <<EOS
print("Generating gdk-pixbuf modules cache")
pkg.exec({"%%PREFIX%%/bin/gdk-pixbuf-query-loaders", "--update-cache"})
EOS
}