use __package_apt on ikq*

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-02 18:40:13 +01:00
parent 5594669b86
commit 173c6b0d4e
1 changed files with 4 additions and 0 deletions

View File

@ -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
;;