From 2c16e8af75adc172b09f630290199fed32238dec Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 21 Jun 2004 04:41:53 +0000 Subject: =?UTF-8?q?create=20missing=20bitmap=20directoy=20for=20openoffice?= =?UTF-8?q?=20non-english=20(as=20instructed=20by=20Giuseppe=20Ghib=C3=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- move/make_live | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/move/make_live b/move/make_live index c087e38cb..62f5e132e 100755 --- a/move/make_live +++ b/move/make_live @@ -251,3 +251,8 @@ unlink "$::prefix/usr/bin/localedrake"; #- drakxtools contains a broken unneeded file unlink "$::prefix/usr/lib/libDrakX/modem.pm"; + +#- fix openoffice autopilote feature +foreach (glob("$::prefix/usr/lib/openoffice/share/template/*")) { + symlink '../../english/wizard/bitmap', "$_/wizard/bitmap"; +} -- cgit v1.2.1