View Single Post
Jaffa's Avatar
Posts: 2,535 | Thanked: 6,681 times | Joined on Mar 2008 @ UK
#198
Originally Posted by Rob1n View Post
I'd guess it flags any package which uses more than X amount of rootfs (python2 has the main python library on rootfs, taking up over a meg), for some value of X. It's not entirely correct though, as it flags the other python libraries as well, but they're actually bind mounted from within /opt.
No, it doesn't. Python installs into /usr but uses bind mounts to actually expose /opt/pymaemo into the rootfs (rather than symlinks).

Any piece of software which claims to show whether a package is optified needs to be aware of pymaemo-optify and what it does.
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org

Last edited by Jaffa; 2010-02-05 at 13:02. Reason: BBCode