From 173c6b0d4e48223518d68b7f51ef469b4217d48d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 2 Mar 2011 18:40:13 +0100 Subject: [PATCH] use __package_apt on ikq* Signed-off-by: Nico Schottelius --- conf/manifest/init | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/manifest/init b/conf/manifest/init index 6b32edb5..dde07bf3 100755 --- a/conf/manifest/init +++ b/conf/manifest/init @@ -14,6 +14,10 @@ case "$__target_host" in __file test --type file --destination /tmp/cdist-testfile ;; + ikq*) + __package_apt zsh --state installed + ;; + icarus) __package tree --ensure installed ;;