Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 28cebd2bc2ba9aff8041f502ee938df5 > scriptlet

libguestfs-live-service-1.18.12-3.fc17.i686.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ] ; then
    # Package removal, not upgrade.
    /bin/systemctl stop guestfsd.service > /dev/null 2>&1 || :
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ] ; then
    # Initial installation.
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

POSTUN

/bin/sh
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
    # Package upgrade, not uninstall.
    /bin/systemctl try-restart guestfsd.service >/dev/null 2>&1 || :
fi