From 77ea812854ab27b687953ca7f329222211ba18bd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 26 Nov 2003 16:07:25 +0000 Subject: - configure ksycoca per lang - configure ksycoca with flag working - configure kdeglobals lang (for kcontrol and a few more) --- move/make_live | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'move/make_live') diff --git a/move/make_live b/move/make_live index 2af7b7093..07f6b5233 100755 --- a/move/make_live +++ b/move/make_live @@ -93,7 +93,14 @@ print "Making live in $::prefix directory.\n"; $ENV{LC_ALL} = 'en_US'; #- update-menus doesn't work when there is no locale (aka locale "C") run_program::rooted($::prefix, 'update-menus', '-n'); run_program::rooted($::prefix, 'fc-cache'); #- generate cache in all directories mentioned in config file - run_program::rooted($::prefix, 'kbuildsycoca', '--global'); + + run_program::rooted($::prefix, 'nspluginscan'); #- must be run before kbuildsycoca for the ksycoca to be flash plugin aware + foreach (@langs) { + $ENV{LC_ALL} = $_; + run_program::rooted($::prefix, 'kbuildsycoca'); + cp_af("$::prefix/tmp/kde-root/ksycoca", "$::prefix/usr/share/services/ksycoca-$_"); + } + eval { rm_rf("$::prefix/lib/i686") }; # de-complexify, use the default on any arch config_X_proprietary_drivers(); -- cgit v1.2.1