post_install() {
  echo "NOTE: aspell comes with no default dictionary"
}

op=$1
shift

[ "$(type -t "$op")" = "function" ] && $op "$@"