#!/bin/bash check() { return 0 } depends() { echo 'base' return 0 } install() { return 0 }