summaryrefslogtreecommitdiffstats
path: root/abs/core/aspell/aspell.install
blob: b635a4a76ded0e9870aac27047e4a68d1cdec137 (plain)
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 "$@"