Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > 6511d18a2317ce0002fd5adf68afc950 > scriptlet

desktop-common-data-mlcs4-3mdk.noarch.rpm

POSTIN

/bin/sh
if [ -f /etc/X11/window-managers.rpmsave ];then
	/usr/sbin/convertsession -f /etc/X11/window-managers.rpmsave || :
fi
# Create a link to allow users to access to Mandrakelinux's backgrounds from KDE
[ ! -d /usr/share/wallpapers ] && install -d -m 0755 /usr/share/wallpapers
[ ! -e /usr/share/wallpapers/mandrake-linux ] && ln -s /usr/share/mdk/backgrounds/ /usr/share/wallpapers/mandrake-linux
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 


if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi

POSTUN

/bin/sh
# Remove link created to allow users to access to Mandrakelinux's backgrounds from KDE
[ -e /usr/share/wallpapers ] && rm -f /usr/share/wallpapers/mandrake-linux
[ $(ls /usr/share/wallpapers/ | wc -l) -eq 0 ] && rm -fr /usr/share/wallpapers/
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi