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

« back to all changes in this revision

Viewing changes to debian/openoffice.org-evolution.prerm.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:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
# prerm script for openoffice.org-evolution
 
6
 
 
7
THIS_PACKAGE=openoffice.org-evolution
 
8
THIS_SCRIPT=prerm
 
9
 
 
10
#INCLUDE_SHELL_LIB#
 
11
 
 
12
case "$1" in
 
13
        remove)
 
14
                revoke_from_services_rdb /@OOBASISDIR@/program/libevoab$LIBSUFFIX.so
 
15
        ;;
 
16
esac
 
17
 
 
18
#DEBHELPER#
 
19
 
 
20
exit 0