Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 9aa6d06a1230a59c8a6c7ab156921c82 > scriptlet

lcdproc-0.5.6-2.fc18.i686.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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

POSTUN

/bin/sh

/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || :