Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > 957da2639ff0ff03ed8e388494a58800 > files > 26

kdebase4-3.80.3-0.20070311.6mdv2007.1.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