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