apache: fix missing newline in fastScriptAlias
[hcoop/domtool2.git] / src / plugins / apt.sig
index 2546fd5..b44f81b 100644 (file)
@@ -20,8 +20,8 @@
 
 signature APT = sig
 
-    val exists : string -> bool
-    (* Does the package exist on this host? *)
+    val info : string ->  {section : string, description : string} option
+    (* Package information *)
 
     val installed : string -> bool
     (* Is the named package installed on this host? *)