Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > a4813626b78158eb1557b8cc4e69398c > scriptlet

ocfs2-tools-1.4.3-8.fc14.x86_64.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then     # execute this only if we are NOT doing an upgrade
        /sbin/service ocfs2 stop >/dev/null 2>&1 || :
        /sbin/service o2cb stop >/dev/null 2>&1 || :
        /sbin/chkconfig --del ocfs2
        /sbin/chkconfig --del o2cb
fi

POSTIN

/bin/sh
/sbin/chkconfig --add o2cb
/sbin/chkconfig --add ocfs2