Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 95ba76c0e4eee45518bf21120fc310b1 > scriptlet

lcdproc-0.5.3-5.fc14.i686.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
# Disable driver on final removal
  /etc/rc.d/init.d/lcdproc stop &>/dev/null
  /etc/rc.d/init.d/LCDd stop &>/dev/null
  /sbin/chkconfig --del lcdproc
  /sbin/chkconfig --del LCDd  ||:
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
# Add init script but don't start it
  /sbin/chkconfig --add LCDd
  /sbin/chkconfig --add lcdproc ||:
fi