summaryrefslogtreecommitdiffstats
path: root/desktop/gdm/doinst.sh
diff options
context:
space:
mode:
author Bob Funk <bobfunk11@gmail.com>2022-05-25 14:20:13 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-28 09:11:37 +0700
commit71433123c1bc33264a0a11e816092217ca310f60 (patch)
tree905776ac63b49d6bd6e6c5689e45235796ad0324 /desktop/gdm/doinst.sh
parent30abca33a92aef870d83e4dfee34511a52fd1f9e (diff)
downloadslackbuilds-71433123c1bc33264a0a11e816092217ca310f60.tar.gz
slackbuilds-71433123c1bc33264a0a11e816092217ca310f60.tar.xz
desktop/gdm: Added (GNOME Display Manager)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/gdm/doinst.sh')
-rw-r--r--desktop/gdm/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/gdm/doinst.sh b/desktop/gdm/doinst.sh
new file mode 100644
index 0000000000..6922dbb756
--- /dev/null
+++ b/desktop/gdm/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