summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/aspell/aspell.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/aspell/aspell.install')
-rw-r--r--abs/core-testing/aspell/aspell.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core-testing/aspell/aspell.install b/abs/core-testing/aspell/aspell.install
new file mode 100644
index 0000000..b635a4a
--- /dev/null
+++ b/abs/core-testing/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 "$@"