diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-03-15 17:09:15 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-03-15 17:09:45 +0000 |
commit | 6f43ac8652bf82050387a38f3ffdcdc420f5cf7e (patch) | |
tree | 6714732ac54e867ae40711527748269d98cab8ee | |
parent | 6963ab2fd7f35282f30f7d41dbcfa53b5a255826 (diff) |
remove obsolete linkoo piece
-rwxr-xr-x | solenv/bin/linkoo | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo index 3732f2b8c..37a5f1a7b 100755 --- a/solenv/bin/linkoo +++ b/solenv/bin/linkoo @@ -340,7 +340,6 @@ sub link_soffice_bin_files() $dest = "$OOO_BUILD/desktop/$TARGET/bin"; do_link ($src, $dest, 'soffice', 'soffice.bin', 1); do_link ($src, $dest, 'bootstraprc', 'bootstraprc', 1); - do_link ($src, $dest, 'intro.bmp', 'intro.bmp', 1); do_link ("$OOO_INSTALL", "$OOO_BUILD/desktop/$TARGET", 'share', 'share', 1); print "\n"; |