Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > d4a9c24173c5c85f2a7472f75d42a98c > scriptlet

mandriva-xfce-config-Free-2009.1-5mdv2009.0.noarch.rpm

PREIN

/bin/sh
if [ -d /var/lib/mandriva/xfce-profiles/Free ]; then
  rm -rf /var/lib/mandriva/xfce-profiles/Free
  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/Free/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml 10

POSTUN

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