Sophie

Sophie

distrib > PLD > ra > i686 > by-pkgid > a6eebfd756bf85f88655016384060b55 > scriptlet

linux-wlan-0.3.4-5.i686.rpm

POSTIN

/bin/sh
if [ -f /var/lock/subsys/pcmcia ]; then
	/etc/rc.d/init.d/pcmcia restart 2> /dev/null
else
	echo "Run \"/rc.d/init.d/pcmcia start\" to start pcmcia cardbus daemon."
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
	if [ -f /var/state/run/pcmcia ]; then
		/etc/rc.d/init.d/pcmcia restart 2> /dev/null
	fi
fi