Sophie

Sophie

distrib > Mandriva > 8.0 > i586 > media > main-src > by-pkgid > d3c4d317129aa1a35f97e0164f95946e > files > 68

kdebase-2.1.1-13mdk.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