aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAntoine Fontaine <antoine.fontaine@epfl.ch>2019-11-19 22:58:36 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-20 08:38:59 +0100
commit44fb90d99e18dd955e33ff07c8d40d6243fb02a6 (patch)
treecd51fcc61a6094a48507c511cb33f72db06a1683 /testing
parent87cc1c4e378008a0b2e703f67c316a48fe55c274 (diff)
downloadaports-44fb90d99e18dd955e33ff07c8d40d6243fb02a6.tar.bz2
aports-44fb90d99e18dd955e33ff07c8d40d6243fb02a6.tar.xz
testing/gtk4.0: fix the postinstall script
It now actually installs the config: the directory you echo in need to exist.
Diffstat (limited to 'testing')
-rw-r--r--testing/gtk4.0/gtk4.0.post-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/gtk4.0/gtk4.0.post-install b/testing/gtk4.0/gtk4.0.post-install
index cca0f096ba..065f50fab0 100644
--- a/testing/gtk4.0/gtk4.0.post-install
+++ b/testing/gtk4.0/gtk4.0.post-install
@@ -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