Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 0fc7b6c0681fcc2d1f1baac979191cc8 > scriptlet

coda-debug-server-5.3.17-2mdk.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then service update.init stop > /dev/null 2>/dev/null || :; /sbin/chkconfig --del update.init; fi;if [ $1 = 0 ]; then service auth2.init stop > /dev/null 2>/dev/null || :; /sbin/chkconfig --del auth2.init; fi;if [ $1 = 0 ]; then service codasrv.init stop > /dev/null 2>/dev/null || :; /sbin/chkconfig --del codasrv.init; fi;rm -rf /dev/cfs0

POSTIN

/bin/sh
if [ $1 = 1 ]; then /sbin/chkconfig --add update.init; else if [ -f /var/lock/subsys/update.init ]; then service update.init restart > /dev/null 2>/dev/null || : ; fi; fi;if [ $1 = 1 ]; then /sbin/chkconfig --add auth2.init; else if [ -f /var/lock/subsys/auth2.init ]; then service auth2.init restart > /dev/null 2>/dev/null || : ; fi; fi;if [ $1 = 1 ]; then /sbin/chkconfig --add codasrv.init; else if [ -f /var/lock/subsys/codasrv.init ]; then service codasrv.init restart > /dev/null 2>/dev/null || : ; fi; fi;mknod /dev/cfs0 c 67 0