Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 5cfbccb62e4d8b47a53859aa9de02b15 > scriptlet

firstboot-tui-1.4.27.9-1.el5.i386.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
  chkconfig --del firstboot
fi

POSTIN

/bin/sh
if ! [ -f /etc/sysconfig/firstboot ]
then
  chkconfig --add firstboot
fi