diff options
Diffstat (limited to 'abs/core/aspell/aspell.install')
-rw-r--r-- | abs/core/aspell/aspell.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core/aspell/aspell.install b/abs/core/aspell/aspell.install new file mode 100644 index 0000000..b635a4a --- /dev/null +++ b/abs/core/aspell/aspell.install @@ -0,0 +1,8 @@ +post_install() { + echo "NOTE: aspell comes with no default dictionary" +} + +op=$1 +shift + +[ "$(type -t "$op")" = "function" ] && $op "$@" |