summaryrefslogtreecommitdiff
path: root/extra/gdm/gdm.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gdm/gdm.install')
-rw-r--r--extra/gdm/gdm.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/gdm/gdm.install b/extra/gdm/gdm.install
index 6cd981d77..b9732be50 100644
--- a/extra/gdm/gdm.install
+++ b/extra/gdm/gdm.install
@@ -8,6 +8,7 @@ post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
gconfpkg --install ${pkgname}
+ glib-compile-schemas usr/share/glib-2.0/schemas
}
pre_remove() {
@@ -21,6 +22,7 @@ post_upgrade() {
}
post_remove() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
getent passwd gdm >/dev/null 2>&1 && userdel gdm
getent group gdm >/dev/null 2>&1 && groupdel gdm