From 74c6a0dcb985b6e07f5bd7005e2e87f9096098ae Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 1 Dec 2003 11:34:05 +0000 Subject: don't display cd based applications in simplified menu --- move/make_live | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'move') diff --git a/move/make_live b/move/make_live index 6beda13e5..7d3029746 100755 --- a/move/make_live +++ b/move/make_live @@ -152,3 +152,9 @@ if (!-e "$::prefix/usr/share/speedtouch/mgmt.o") { symlink '/etc/mgmt.o', "$::prefix/usr/share/speedtouch/mgmt.o"; } +#- CD-based applications +substInFile { + foreach qw(kaudiocreator kscd) { + s|.*command="$_".*||; + } +} "$::prefix/usr/lib/menu/simplified/mandrake_desk"; -- cgit v1.2.1