Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 4c004a6da13f1d74000336a2c3b16925 > scriptlet

policycoreutils-sandbox-2.0.83-28.fc14.i686.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
   /sbin/chkconfig sandbox --del
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
   /sbin/chkconfig sandbox --add
fi