1 2 3 4 5 6 7 8
post_install() { echo "NOTE: aspell comes with no default dictionary" } op=$1 shift [ "$(type -t "$op")" = "function" ] && $op "$@"