Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 3c45c09602b237537767181c886a2d5f > scriptlet

pcsc-lite-1.6.4-1.fc14.i686.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