/usr/bin/openxenmanager is in openxenmanager 0.r80+dfsg-4.
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 | #!/bin/sh
# OpenXenManager workaround for binary
test -d /usr/share/openxenmanager || exit 1;
cd /usr/share/openxenmanager;
python window.py
|