~openoffice-pkgs/openoffice/3.0.1-jaunty

« back to all changes in this revision

Viewing changes to openoffice.org-qa-tools.preinst.in

  • Committer: Chris Cheney
  • Date: 2009-03-18 23:53:55 UTC
  • mfrom: (1022.1.410 unstable)
  • Revision ID: ccheney@ubuntu.com-20090318235355-l59jara88u4ntbd2
Debian merge:

openoffice.org (1:3.0.1-7) unstable; urgency=high

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
case "$1" in install|upgrade)
13
13
        dpkg-divert --package $THIS_PACKAGE --add --rename --divert \
14
 
            /usr/lib/openoffice/basis3.0/presets/basic/Standard/script.xlb.no-smoketest \
15
 
            /usr/lib/openoffice/basis3.0/presets/basic/Standard/script.xlb
 
14
            /@OOBASISDIR@/presets/basic/Standard/script.xlb.no-smoketest \
 
15
            /@OOBASISDIR@/presets/basic/Standard/script.xlb
16
16
        ;;
17
17
esac
18
18