Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 1aedb86f89ebe6095e25d245502062d9 > scriptlet

fuse-2.7.4-8.el5.x86_64.rpm

PREIN

/bin/sh
getent group fuse >/dev/null || groupadd -r fuse
exit 0

PREUN

/bin/sh
# kill the deprecated fuse service if it exists
if [ -f /etc/init.d/fuse ] ; then
    /sbin/service fuse stop >/dev/null 2>&1
    /sbin/chkconfig --del fuse
fi

POSTIN

/bin/sh
/sbin/MAKEDEV fuse