Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 6adbb1f0648d972e696485f2ad181bcf > scriptlet

gfs2-utils-3.1.1-2.fc15.x86_64.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
	/sbin/service gfs2 stop >/dev/null 2>&1
	/sbin/chkconfig --del gfs2
fi
exit 0

POSTIN

/bin/sh
/sbin/chkconfig --add gfs2