Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > ba5ef64718e196b1803628ba4a682dca > files > 64

kdebase-3.2-79.14.100mdk.src.rpm

#!/bin/sh

# (c) 2001, MandrakeSoft, David BAUDENS <baudens@mandrakesoft.com>
# Copyright under GPL

if [ -e ~/.menu/disable_mdk_customization ] ; then
	exec /usr/bin/kmenuedit ;
	elif [ -e ~/.menu/enable_mdk_customization ] ; then
		exec /usr/bin/menudrake ;
elif [ -e /etc/menu/disable_mdk_customization ] ; then
	exec /usr/bin/kmenuedit ;
else exec /usr/bin/menudrake ;
fi