Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 6a7510a992cb1f4ef4c558c2fb8bf192 > scriptlet

moblin-settings-2.21-2.18mdv2009.1.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
    service moblin-system-daemon stop > /dev/null 2>&1
    /sbin/chkconfig --del moblin-system-daemon
    /sbin/chkconfig --del moblin-kernel-modules
fi

POSTIN

/bin/sh
/sbin/chkconfig --add moblin-kernel-modules
/sbin/chkconfig --add moblin-system-daemon