diff options
author | Antoine Fontaine <antoine.fontaine@epfl.ch> | 2019-11-19 22:58:36 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 08:38:59 +0100 |
commit | 44fb90d99e18dd955e33ff07c8d40d6243fb02a6 (patch) | |
tree | cd51fcc61a6094a48507c511cb33f72db06a1683 /testing | |
parent | 87cc1c4e378008a0b2e703f67c316a48fe55c274 (diff) | |
download | aports-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-install | 1 |
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 |