~ubuntu-branches/ubuntu/karmic/openoffice.org-l10n/karmic

« back to all changes in this revision

Viewing changes to debian/openoffice.org-common.preinst.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2009-05-26 18:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090526180000-t5otxzhj1rru5ovt
Tags: 1:3.1.0-3ubuntu2
* Copy of the openoffice.org source.
  - debian/changelog: Change source name.
  - debian/control.in: Change source name.
  - debian/control: Regenerate control file.

* Correct path to splitgsi in convert2po.
* Disable gsi-export for Rosetta due to bug in localize.pl.
* Reenable building on sparc.
* Switch boost to 1.38.
* Resynchronise with ooo-build-3-1 (271b85e5ce6b601d75d0693b9c937d1eabd069dc).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        fi
21
21
        # obsolete. no conffile.
22
22
        rm -f /etc/openoffice/dictionary.lst /etc/openoffice/dictionary.lst-old
 
23
        if [ ! -e /var/lib/openoffice/share/config/javasettingsunopkginstall.xml ]; then
 
24
                if [ -e /var/lib/openoffice/javasettingsunopkginstall.xml ]; then
 
25
                        if [ ! -d /var/lib/openoffice/share/config ]; then
 
26
                                mkdir -p /var/lib/openoffice/share/config
 
27
                        fi
 
28
                        mv /var/lib/openoffice/javasettingsunopkginstall.xml \
 
29
                                /var/lib/openoffice/share/config/javasettingsunopkginstall.xml
 
30
                fi
 
31
        else
 
32
                rm -f /var/lib/openoffice/javasettingsunopkginstall.xml
 
33
        fi
23
34
        ;;
24
35
esac
25
36