Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 19f2a8599f4f10dea924cc65977bd110 > scriptlet

bootparamd-0.17-29.fc12.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add bootparamd