source: trunk/debathena/meta/extra-software/debian/ooffice @ 25341

Revision 25341, 523 bytes checked in by jdreed, 12 years ago (diff)
In extra-software: * Drop dependency on openoffice.org-java-common, since openoffice.org (which we also depend on) depends on openoffice.org-java-common * Conditionally depend on libreoffice and ship a wrapper (for now)
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3msg="OpenOffice.org has been renamed to LibreOffice.  You can launch it from
4the Applications menu, in the Office category.  Or you can launch it by
5typing 'soffice' in the Terminal window."
6
7if [ -n "$DISPLAY" ]; then
8    zenity --info --title="OpenOffice.org Renamed" --no-wrap --text="$msg"
9else
10    cat <<EOF
11OpenOffice.org has been renamed to LibreOffice.  You can launch it from
12the Applications menu, in the Office category.  Or you can launch it by
13typing 'soffice' in the Terminal window.
14EOF
15fi
16exit 0
Note: See TracBrowser for help on using the repository browser.