]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-wrapper-component
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-wrapper-component
CommitLineData
dc38cb13 1#!/bin/sh
295030fb 2if [ -z "$1" ]; then
010917ae 3 exec ooffice private:factory/s@APP@
dc38cb13 4else
d1900d2d 5 exec ooffice "$@"
dc38cb13 6fi
7EOF
This page took 0.043691 seconds and 4 git commands to generate.