Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 088363229b1d57458355f097f0fef8ac > scriptlet

xdg-desktop-portal-0.9-1.mga6.x86_64.rpm

PREUN

/bin/sh

if [ $1 -eq 0 ] ; then 
        # Package removal, not upgrade 
        systemctl --no-reload --user --global disable xdg-desktop-portal.service > /dev/null 2>&1 || : 
fi

POSTIN

/bin/sh

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        systemctl --no-reload preset \--user \--global xdg-desktop-portal.service >/dev/null 2>&1 || : 
fi