diff options
author | root <root@rshg054.dnsready.net> | 2011-10-21 23:14:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-21 23:14:54 +0000 |
commit | d3d0811e23787b5c66edf94b3351a1555eb5010f (patch) | |
tree | 5fb14b5a2d0bd5b526a58d27e6fb81f04977855a /extra/gdm/gdm.install | |
parent | 1b21445a8e9097b0bb0542ed847fbb1eb832848f (diff) |
Fri Oct 21 23:14:53 UTC 2011
Diffstat (limited to 'extra/gdm/gdm.install')
-rw-r--r-- | extra/gdm/gdm.install | 2 |
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 |