add support for gentoo to explorer pgk_system

Signed-off-by: Steven Armstrong <steven.armstrong@inf.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-02-08 11:02:46 +01:00
parent 3e89e05b30
commit e1f90293b9
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
case "$("${__cdist_remote_explorer_dir}/os")" in
archlinux) echo pacman ;;
debian|ubuntu) echo apt ;;
gentoo) echo emerge ;;
esac
exit 0