summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-06 23:15:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-06 23:15:00 +0000
commit48cb562b68dadcad7569b214de786f9c8c6dcb73 (patch)
treeb7092bdc1573adc623ced79806bde9ef19a84044
parent3684929676de81c6eabd9d5333f557834efba33f (diff)
downloaddrakx-48cb562b68dadcad7569b214de786f9c8c6dcb73.tar
drakx-48cb562b68dadcad7569b214de786f9c8c6dcb73.tar.gz
drakx-48cb562b68dadcad7569b214de786f9c8c6dcb73.tar.bz2
drakx-48cb562b68dadcad7569b214de786f9c8c6dcb73.tar.xz
drakx-48cb562b68dadcad7569b214de786f9c8c6dcb73.zip
remove autostart of klipper & korgac (as requested by Denis)
-rwxr-xr-xmove/make_live2
1 files changed, 2 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live
index 8358ce666..3828ca148 100755
--- a/move/make_live
+++ b/move/make_live
@@ -68,6 +68,8 @@ print "Making live in $::prefix directory.\n";
system("chroot $::prefix fc-cache"); #- generate cache in all directories mentioned in config file
system("chroot $::prefix kbuildsycoca --global");
eval { rm_rf("$::prefix/dev") }; # we don't need it, we use devfs
+
+ unlink "$::prefix/usr/share/autostart/$_.desktop" foreach 'klipper', 'korgac';
}
symlinkf('/var/lib/xkb', "$::prefix/etc/X11/xkb/compiled"); # don't want the relative path, prefering the absolute path