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 | |
---|
3 | msg="OpenOffice.org has been renamed to LibreOffice. You can launch it from |
---|
4 | the Applications menu, in the Office category. Or you can launch it by |
---|
5 | typing 'soffice' in the Terminal window." |
---|
6 | |
---|
7 | if [ -n "$DISPLAY" ]; then |
---|
8 | zenity --info --title="OpenOffice.org Renamed" --no-wrap --text="$msg" |
---|
9 | else |
---|
10 | cat <<EOF |
---|
11 | OpenOffice.org has been renamed to LibreOffice. You can launch it from |
---|
12 | the Applications menu, in the Office category. Or you can launch it by |
---|
13 | typing 'soffice' in the Terminal window. |
---|
14 | EOF |
---|
15 | fi |
---|
16 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.