diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-06 23:15:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-06 23:15:00 +0000 |
commit | 48cb562b68dadcad7569b214de786f9c8c6dcb73 (patch) | |
tree | b7092bdc1573adc623ced79806bde9ef19a84044 /move | |
parent | 3684929676de81c6eabd9d5333f557834efba33f (diff) | |
download | drakx-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)
Diffstat (limited to 'move')
-rwxr-xr-x | move/make_live | 2 |
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 |