diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-10-26 16:26:32 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:10:35 -0500 |
commit | f3653f73b89e9ad44ec48df7625670fa22dfa43a (patch) | |
tree | 5f34d0ed22493afcd94c3a50e899b6dc68ee47fe /desktop/yad/doinst.sh | |
parent | f1d02bc5c9b9f92b4cb54b8b0ab8530075341f48 (diff) |
desktop/yad: Updated for version 7.3.
Added the optional deps gtksourceview3 and webkit2gtk
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/yad/doinst.sh')
-rw-r--r-- | desktop/yad/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/yad/doinst.sh b/desktop/yad/doinst.sh index 19400050fd70..d6d225b6df36 100644 --- a/desktop/yad/doinst.sh +++ b/desktop/yad/doinst.sh @@ -4,3 +4,8 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then fi fi +if [ -e usr/share/glib-2.0/schemas ]; then + if [ -x /usr/bin/glib-compile-schemas ]; then + /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1 + fi +fi |