Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > f6599c09e083db86b919996b2a499b2a > scriptlet

p3scan-2.1-1mdk.x86_64.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
        if [ -f /var/lock/subsys/p3scan ]; then
                /etc/rc.d/init.d/p3scan stop
        fi
        if [ -f /etc/rc.d/init.d/p3scan ]; then
                /sbin/chkconfig --del p3scan
        fi
fi

POSTIN

/bin/sh
/sbin/chkconfig --add p3scan