Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > 71f264df3ae36428607a468347816bc4 > scriptlet

mandriva-xfce-config-Powerpack-2008.1-6mdv2008.1.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/X11/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