Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > 9ee8133e987a1b541371fc65d4fd9313 > scriptlet

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

PREIN

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

POSTUN

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