4 lines
119 B
Bash
4 lines
119 B
Bash
#!/bin/sh
|
|
export OOO_EXTRA_ARG=''
|
|
unset PYTHONPATH
|
|
@GENTOO_PORTAGE_EPREFIX@/usr/LIBDIR/openoffice/program/soffice "$@"
|