Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > afd8c960ae12c7b89db87e7ea23ee115 > scriptlet

matahari-vios-proxy-guest-0.5.0-1.fc15.i686.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
    /sbin/service matahari-vios-proxy-guest stop >/dev/null 2>&1 || :
fi

POSTIN

/bin/sh
systemctl --system daemon-reload
/sbin/service matahari-vios-proxy-guest condrestart

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
    /sbin/service matahari-vios-proxy-guest condrestart >/dev/null 2>&1 || :
fi
#== Core