Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 94446a571d8eac4a87a0323d3181a03d > scriptlet

device-mapper-multipath-0.4.9-56.fc20.1.x86_64.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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

POSTUN

/bin/sh
if [ $1 -ge 1 ] ; then
	/sbin/multipathd forcequeueing daemon > /dev/null 2>&1 || :
fi

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

Triggers

device-mapper-multipath < 0.4.9-37

/bin/sh
# make sure old systemd symlinks are removed after changing the [Install]
# section in multipathd.service from multi-user.target to sysinit.target
/bin/systemctl --quiet is-enabled multipathd.service >/dev/null 2>&1 && /bin/systemctl reenable multipathd.service ||:

device-mapper-multipath < 0.4.9-16

/bin/sh
/usr/bin/systemd-sysv-convert --save multipathd >/dev/null 2>&1 ||: 
bin/systemctl --no-reload enable multipathd.service >/dev/null 2>&1 ||:
/sbin/chkconfig --del multipathd >/dev/null 2>&1 || :
/bin/systemctl try-restart multipathd.service >/dev/null 2>&1 || :