Sophie

Sophie

distrib > Mandriva > 10.1 > i586 > by-pkgid > fe7fd0ab52053bbd28d3ee1e57db85f8 > files > 64

kdebase-3.2.3-134.9.101mdk.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