Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > cf5cf14dab8974926a7781173bfc0243 > scriptlet

mandriva-xfce-config-One-2010.0-1mdv2010.0.noarch.rpm

PREIN

/bin/sh
if [ -d /var/lib/mandriva/xfce-profiles/One ]; then
  rm -rf /var/lib/mandriva/xfce-profiles/One
  update-alternatives --remove-all xfce-config
fi

POSTIN

/bin/sh
update-alternatives --install /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml xfce-config /var/lib/mandriva/xfce-profiles/One/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml 10

POSTUN

/bin/sh
if ! [ -e /var/lib/mandriva/xfce-profiles/One ]; then
  update-alternatives --remove xfce-config /var/lib/mandriva/xfce-profiles/One/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
fi