Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 01bc18747be6039d7efa26a7e1671d98 > scriptlet

groonga-server-gqtp-3.0.5-1.fc18.x86_64.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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

POSTUN

/bin/sh

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