Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 59fef37d5ebb72a711296b26730a3fec > scriptlet

gdm-2.0beta4-3mdk.i586.rpm

PREIN

/bin/sh
# ignore errors, as we can't disambiguate between gdm already existed
# and couldn't create account with the current adduser.
(/usr/sbin/useradd -u 42 -r gdm > /dev/null 2>&1 ; exit 0)

POSTIN

/bin/sh
if [ -f /etc/X11/xdm/Xsession -a ! -x /etc/X11/xdm/Xsession ]; then
	chmod +x /etc/X11/xdm/Xsession
fi
/sbin/ldconfig

POSTUN

/bin/sh
/sbin/ldconfig