Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 64c72d6440a8c43290223f77b6e616ed > scriptlet

irda-utils-0.9.18-11.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add irda

POSTUN

/bin/sh
if [ $1 != 0 ]; then
   /sbin/service irda condrestart >/dev/null 2>&1
fi