Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-release > by-pkgid > 1bc2f3a20a5b74ded76e03b0e5bda3ac > scriptlet

desktop-common-data-2007-19mdv2007.1.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