Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > 1cdccd1eb5cf84fb4f53c53189c1c277 > scriptlet

gnome-remote-desktop-0.1.9-1.mga8.i586.rpm

PREUN

/bin/sh

 
if [ $1 -eq 0 ] && [ -x /usr/bin/systemctl ]; then 
        # Package removal, not upgrade 
        /usr/bin/systemctl --global disable gnome-remote-desktop.service || : 
fi

POSTIN

/bin/sh

 
if [ $1 -eq 1 ] && [ -x /usr/bin/systemctl ]; then 
        # Initial installation 
        /usr/bin/systemctl --no-reload preset \--global gnome-remote-desktop.service || : 
fi