diff options
Diffstat (limited to 'testing/gtk4/post-install')
-rwxr-xr-x | testing/gtk4/post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/gtk4/post-install b/testing/gtk4/post-install new file mode 100755 index 00000000..551057e9 --- /dev/null +++ b/testing/gtk4/post-install @@ -0,0 +1,3 @@ +#!/bin/sh -e + +glib-compile-schemas /usr/share/glib-2.0/schemas/ |