X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/d5772aa364d60b3a005443b07db58672d64b0432..991d8e6619bc9ff2182a39cfbeead53bee768a99:/src/plugins/apt.sig diff --git a/src/plugins/apt.sig b/src/plugins/apt.sig index 2ab4f50..2546fd5 100644 --- a/src/plugins/apt.sig +++ b/src/plugins/apt.sig @@ -20,6 +20,9 @@ signature APT = sig + val exists : string -> bool + (* Does the package exist on this host? *) + val installed : string -> bool (* Is the named package installed on this host? *)