From 5ef9a125198b37f1f17464e7c28aff5e1c4cfa8a Mon Sep 17 00:00:00 2001 From: John McQuah Date: Tue, 29 Mar 2022 09:15:46 -0400 Subject: [PATCH] added post-install script --- nyxt/post-install | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 nyxt/post-install diff --git a/nyxt/post-install b/nyxt/post-install new file mode 100755 index 0000000..cafb913 --- /dev/null +++ b/nyxt/post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas + +# EOF