Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > d2ccfecff60b1ed1ead8101b63803222 > scriptlet

groonga-server-http-4.1.0-1.fc20.x86_64.rpm

PREUN

/bin/sh

if [ $1 -eq 0 ] ; then 
        # Package removal, not upgrade 
        systemctl --no-reload disable groonga-server-http.service > /dev/null 2>&1 || : 
        systemctl stop groonga-server-http.service > /dev/null 2>&1 || : 
fi

POSTIN

/bin/sh

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        systemctl preset groonga-server-http.service >/dev/null 2>&1 || : 
fi

POSTUN

/bin/sh

systemctl daemon-reload >/dev/null 2>&1 || :