Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 94953b135ce7a1bc542da785c9e83da7 > scriptlet

firstboot-tui-1.4.27.9-1.el5.centos.x86_64.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