Sophie

Sophie

distrib > Fedora > 20 > i386 > by-pkgid > b62380b50fe995c4130fc013ad0ba2f5 > scriptlet

groonga-httpd-4.0.8-1.fc20.i686.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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

POSTUN

/bin/sh

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