summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-12-01 11:34:05 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-12-01 11:34:05 +0000
commit74c6a0dcb985b6e07f5bd7005e2e87f9096098ae (patch)
tree443099f6435a308d160ba1a9efb68be9b41960e8 /move
parente6cc6f62220b078351da4da0b3ff9b43b2738101 (diff)
downloaddrakx-backup-do-not-use-74c6a0dcb985b6e07f5bd7005e2e87f9096098ae.tar
drakx-backup-do-not-use-74c6a0dcb985b6e07f5bd7005e2e87f9096098ae.tar.gz
drakx-backup-do-not-use-74c6a0dcb985b6e07f5bd7005e2e87f9096098ae.tar.bz2
drakx-backup-do-not-use-74c6a0dcb985b6e07f5bd7005e2e87f9096098ae.tar.xz
drakx-backup-do-not-use-74c6a0dcb985b6e07f5bd7005e2e87f9096098ae.zip
don't display cd based applications in simplified menu
Diffstat (limited to 'move')
-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";