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 b9732be50..fda42d319 100644
--- a/extra/gdm/gdm.install
+++ b/extra/gdm/gdm.install
@@ -9,6 +9,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
+ dconf update
}
pre_remove() {
@@ -23,6 +24,7 @@ post_upgrade() {
post_remove() {
glib-compile-schemas usr/share/glib-2.0/schemas
+ dconf update
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