/usr/bin/p4v is in p4vasp 0.3.30+dfsg-3.
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 | #!/bin/sh
export LD_PRELOAD=libstdc++.so.6
export UBUNTU_MENUPROXY=0
export P4VASP_HOME=/usr/share/p4vasp
exec /usr/bin/python /usr/share/p4vasp/p4v.py "$@"
|