/usr/bin/aafigure is in python-aafigure 0.5-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 6 7 | #!/usr/bin/python
# command line stub for aafigure
# https://launchpad.net/aafigure
import aafigure.aafigure
aafigure.aafigure.main()
|