diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-09 14:30:48 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-09 14:30:48 -0400 |
commit | 466aaa20d00a31f31f863cfcdc81cd3e313ee173 (patch) | |
tree | cc1cc3df061d19ec96ad561648e872368f46d27f /system/d-feet/doinst.sh | |
parent | 8ca1255a23500dcd1d12826c9b85058b8be6f293 (diff) |
system/d-feet: Fix doinst.sh, symlinks.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/d-feet/doinst.sh')
-rw-r--r-- | system/d-feet/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/d-feet/doinst.sh b/system/d-feet/doinst.sh index 4a25de5e6fbd1..401d9877955be 100644 --- a/system/d-feet/doinst.sh +++ b/system/d-feet/doinst.sh @@ -8,3 +8,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 |