Add query for existence of package
authorClinton Ebadi <clinton@unknownlamer.org>
Sun, 6 Jan 2013 08:31:52 +0000 (03:31 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Sun, 6 Jan 2013 08:31:52 +0000 (03:31 -0500)
commit991d8e6619bc9ff2182a39cfbeead53bee768a99
tree57cf50af60fd5475c66966ab285fe2a5ca18a61d
parentd5772aa364d60b3a005443b07db58672d64b0432
Add query for existence of package
Used by the portal to determine if a package exists, rather than
querying the local apt. The implementation is copied from the portal
mostly, and is probably less than ideal: I think the return value of
apt-cache could be used, but the man page is unclear and this works
so...
src/main-admin.sml
src/main.sml
src/msg.sml
src/msgTypes.sml
src/plugins/apt.sig
src/plugins/apt.sml