/usr/bin/omxregister-bellagio-0 is in libomxil-bellagio0 0.9.3-2.
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 | #!/bin/sh -e
if type dpkg-trigger >/dev/null 2>&1 && \
dpkg-trigger /usr/lib/libomxil-bellagio0; then
exit 0
fi
exec omxregister-bellagio "$@"
|