diff options
author | Jonathan D Reed <jdreed@mit.edu> | 2012-07-03 17:56:10 +0000 |
---|---|---|
committer | Jonathan D Reed <jdreed@mit.edu> | 2012-07-03 17:56:10 +0000 |
commit | 94697bbab1f415a6caaa733a0dc64e475da5c477 (patch) | |
tree | ff6b16f64a4c7567f05c063739e7e4c1c473dd29 /debian/ooffice | |
parent | 2217ed5f9364178c0a7845709439ad361935d87d (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.
Diffstat (limited to 'debian/ooffice')
-rwxr-xr-x | debian/ooffice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/ooffice b/debian/ooffice index e6f6d2f..dc1be39 100755 --- a/debian/ooffice +++ b/debian/ooffice @@ -2,7 +2,7 @@ msg="OpenOffice.org has been renamed to LibreOffice. You can launch it from the Applications menu, in the Office category. Or you can launch it by -typing 'soffice' in the Terminal window." +typing 'libreoffice' in the Terminal window." if [ -n "$DISPLAY" ]; then zenity --info --title="OpenOffice.org Renamed" --no-wrap --text="$msg" @@ -10,7 +10,7 @@ else cat <<EOF OpenOffice.org has been renamed to LibreOffice. You can launch it from the Applications menu, in the Office category. Or you can launch it by -typing 'soffice' in the Terminal window. +typing 'libreoffice' in the Terminal window. EOF fi exit 0 |