Sophie

Sophie

distrib > CentOS > 5 > i386 > media > os > by-pkgid > 7268c4b3161953fc213007673aaa8f09 > scriptlet

pcsc-lite-1.4.4-4.el5_5.i386.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add pcscd

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
  /sbin/service pcscd condrestart >/dev/null 2>&1 || :
fi