Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 7286ab3ef687c3d55e6a12ce49f2fcc3 > scriptlet

open-isns-0.101-1.x86_64.rpm

PREUN

/bin/sh

 
if [ $1 -eq 0 ] && [ -x "/lib/systemd/systemd-update-helper" ]; then 
    # Package removal, not upgrade 
    /lib/systemd/systemd-update-helper remove-system-units isnsd.service || : 
fi

POSTIN

/bin/sh

 
if [ $1 -eq 1 ] && [ -x "/lib/systemd/systemd-update-helper" ]; then 
    # Initial installation 
    /lib/systemd/systemd-update-helper install-system-units isnsd.service || : 
fi