Revision 25610,
531 bytes
checked in by jdreed, 12 years ago
(diff) |
In extra-software:
* include debhelper.mk before adding to the targets, not after.
* Don't tell people to run "soffice", that's just stupid.
|
-
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 'libreoffice' 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 'libreoffice' in the Terminal window. |
---|
14 | EOF |
---|
15 | fi |
---|
16 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.