Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > 38511c52222daedc8207ca6ed8530d59 > scriptlet

gnome-session-2.0.5-4mdk.x86_64.rpm

POSTIN

/bin/sh
if [ "$1" = "2" ]; then
  perl -pi -e "s|^DESKTOP=Gnome$|DESKTOP=GNOME|g" /etc/sysconfig/desktop
fi

GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-session.schemas > /dev/null
if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi 

if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi

POSTUN

/bin/sh
if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi 

if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi