testing/gtk4.0: fix the postinstall script

It now actually installs the config: the directory
you echo in need to exist.
This commit is contained in:
Antoine Fontaine 2019-11-19 22:58:36 +01:00 committed by Leo
parent 87cc1c4e37
commit 44fb90d99e

View File

@ -1,5 +1,6 @@
#!/bin/sh
mkdir -p etc/gtk-4.0
usr/bin/gtk-query-immodules-4.0 > etc/gtk-4.0/gtk.immodules
usr/bin/gdk-pixbuf-query-loaders > etc/gtk-4.0/gdk-pixbuf.loaders