Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > 2acfd6f3efd73d144d569acb2856d251 > scriptlet

lldpad-0.9.43-5.fc16.x86_64.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
    systemctl --no-reload disable lldpad.service >/dev/null 2>&1 || :
    systemctl stop lldpad.service >/dev/null 2>&1 || :
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
    systemctl daemon-reload >/dev/null 2>&1 || :
fi

POSTUN

/bin/sh
if [ $1 -eq 1 ]; then
    systemctl try-restart lldpad.service >/dev/null 2>&1 || :
fi