/usr/lib/libreoffice/program/gsicheck is in libreoffice-dev 1:3.5.7-0ubuntu13.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #! /bin/sh
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/usr/lib/libreoffice/program
export LD_LIBRARY_PATH
exec /usr/lib/libreoffice/program/gsicheck.bin "$@"
|