diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-01 11:34:05 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-01 11:34:05 +0000 |
commit | 74c6a0dcb985b6e07f5bd7005e2e87f9096098ae (patch) | |
tree | 443099f6435a308d160ba1a9efb68be9b41960e8 /move/make_live | |
parent | e6cc6f62220b078351da4da0b3ff9b43b2738101 (diff) | |
download | drakx-74c6a0dcb985b6e07f5bd7005e2e87f9096098ae.tar drakx-74c6a0dcb985b6e07f5bd7005e2e87f9096098ae.tar.gz drakx-74c6a0dcb985b6e07f5bd7005e2e87f9096098ae.tar.bz2 drakx-74c6a0dcb985b6e07f5bd7005e2e87f9096098ae.tar.xz drakx-74c6a0dcb985b6e07f5bd7005e2e87f9096098ae.zip |
don't display cd based applications in simplified menu
Diffstat (limited to 'move/make_live')
-rwxr-xr-x | move/make_live | 6 |
1 files changed, 6 insertions, 0 deletions
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"; |