diff options
author | Bob Funk <bobfunk11@gmail.com> | 2022-06-17 09:55:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:56 +0700 |
commit | 70c833dffeddd19e3c21dab756076064bd3dc452 (patch) | |
tree | 44881ea1ffb905e7a8fd921c8fd2699d58ae0951 /libraries/folks/doinst.sh | |
parent | 8c7cd9284a97c632d34562bb82090dd6dfd2e0ef (diff) | |
download | slackbuilds-70c833dffeddd19e3c21dab756076064bd3dc452.tar.gz |
libraries/folks: Added (Folks contact aggregation library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/folks/doinst.sh')
-rw-r--r-- | libraries/folks/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/folks/doinst.sh b/libraries/folks/doinst.sh new file mode 100644 index 0000000000..6922dbb756 --- /dev/null +++ b/libraries/folks/doinst.sh @@ -0,0 +1,5 @@ +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 |