summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
Diffstat (limited to 'move/make_live')
-rwxr-xr-xmove/make_live6
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";