summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmove/make_live2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live
index 3828ca148..39f6a27b6 100755
--- a/move/make_live
+++ b/move/make_live
@@ -69,7 +69,7 @@ print "Making live in $::prefix directory.\n";
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';
+ unlink "$::prefix/usr/share/autostart/$_.desktop" foreach 'klipper', 'korgac', 'kalarmd.autostart';
}
symlinkf('/var/lib/xkb', "$::prefix/etc/X11/xkb/compiled"); # don't want the relative path, prefering the absolute path