#!/bin/sh -e

if grep -Eq '^wget' "$__object/explorer/remote_cmd"
then
    __package wget
fi
