Sophie

Sophie

distrib > Momonga > development > i686 > media > os > by-pkgid > 581fc4c88df5cb5dd64a6c99b805aac4 > scriptlet

autofs-5.1.4-1m.mo8.i686.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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

POSTUN

/bin/sh

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