Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 64127c77a55fa509f03fca3cc1efaae4 > scriptlet

routed-0.17-4mdk.ppc.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then service routed stop > /dev/null 2>/dev/null || :; /sbin/chkconfig --del routed; fi;

POSTIN

/bin/sh
if [ $1 = 1 ]; then /sbin/chkconfig --add routed; else if [ -f /var/lock/subsys/routed ]; then service routed restart > /dev/null 2>/dev/null || : ; fi; fi;