/usr/bin/qgis is in qgis-plugin-grass 2.0.1-2build2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #!/bin/sh
if [ "$LD_LIBRARY_PATH" = "" ]; then
LD_LIBRARY_PATH=/usr/lib/grass64/lib
else
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/grass64/lib
fi
export LD_LIBRARY_PATH
exec $0.bin "$@"
|