Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 315ab04b51be931303e46676faa556df > scriptlet

xdg-desktop-portal-gtk-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-gtk.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-gtk.service >/dev/null 2>&1 || : 
fi