Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 015e05a79333522b4303ae000044d817 > scriptlet

mandriva-xfce-config-Powerpack-2009.0-7mdv2009.0.noarch.rpm

PREIN

/bin/sh
if [ -d /var/lib/mandriva/xfce-profiles/Powerpack ]; then
  rm -rf /var/lib/mandriva/xfce-profiles/Powerpack
fi

POSTIN

/bin/sh
update-alternatives --install /etc/xdg/xfce4/mcs_settings xfce-config /var/lib/mandriva/xfce-profiles/Powerpack/xfce4/mcs_settings 10

POSTUN

/bin/sh
if ! [ -e /var/lib/mandriva/xfce-profiles/Powerpack ]; then
  update-alternatives --remove xfce-config /var/lib/mandriva/xfce-profiles/Powerpack/xfce4/mcs_settings
fi