diff options
Diffstat (limited to 'move')
-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"; |