diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-06 12:43:00 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-06 13:22:33 +0100 |
commit | e1cee8c617014a87befbb57bdb988757ed168875 (patch) | |
tree | d3ca7fafecef5c5a9a9c3c3adaf2ed6eb08ded68 /community/gtk4.0/gtk4.0.post-install | |
parent | 8af1f0864dad4a62003952f024e7cf794f612ad4 (diff) | |
download | aports-e1cee8c617014a87befbb57bdb988757ed168875.tar.bz2 aports-e1cee8c617014a87befbb57bdb988757ed168875.tar.xz |
community/gtk4.0: move from testing
Diffstat (limited to 'community/gtk4.0/gtk4.0.post-install')
-rw-r--r-- | community/gtk4.0/gtk4.0.post-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/gtk4.0/gtk4.0.post-install b/community/gtk4.0/gtk4.0.post-install new file mode 100644 index 0000000000..065f50fab0 --- /dev/null +++ b/community/gtk4.0/gtk4.0.post-install @@ -0,0 +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 + |