packages dropped
[gentoo-zh.git] / app-office / freeoffice / files / freeoffice-presentations
blob892bf39150ceb450f9773f9351e9150ba8166fa1
1 #!/bin/sh
2 # A script to run Softmaker Presentations.
4 MACHINE=$(uname -m)
6 [[ $MACHINE == "x86_64" ]] && LIBDIR_SUFFIX="64" || LIBDIR_SUFFIX="32"
8 /usr/lib$LIBDIR_SUFFIX/freeoffice/presentations "$@"