Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > c28ec1621da56f6feb58a2a88798fb2a > scriptlet

em8300-0.16.0-5.amd64.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add em8300
if [ -f /var/lock/subsys/em8300 ]; then
	/etc/rc.d/init.d/em8300 restart 1>&2
else
	echo "Run \"/etc/rc.d/init.d/em8300 start\" to load em8300 modules."
fi