Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 734012443e4e360b704f490b8f9d9e91 > scriptlet

ocfs2-tools-1.4.3-5.fc13.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