Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > f4ecf5bb152343611265b997873cc788 > scriptlet

rinetd-0.62-14.fc18.x86_64.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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

POSTUN

/bin/sh

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

Triggers

rinetd < 0.62-14

/bin/sh
# Save the current service runlevel info
# User must manually run systemd-sysv-convert --apply rinetd
# to migrate them to systemd targets
/usr/bin/systemd-sysv-convert --save rinetd >/dev/null 2>&1 ||:

# If the package is allowed to autostart:
/bin/systemctl --no-reload enable rinetd.service >/dev/null 2>&1 ||:

# Run these because the SysV package being removed won't do them
/sbin/chkconfig --del rinetd >/dev/null 2>&1 || :
/bin/systemctl try-restart rinetd.service >/dev/null 2>&1 || :