summarylogtreecommitdiffstats
path: root/dict-freedict-eng-mal.install
diff options
context:
space:
mode:
Diffstat (limited to 'dict-freedict-eng-mal.install')
-rwxr-xr-xdict-freedict-eng-mal.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/dict-freedict-eng-mal.install b/dict-freedict-eng-mal.install
new file mode 100755
index 000000000000..e38278c8ec45
--- /dev/null
+++ b/dict-freedict-eng-mal.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "Adding the database to dictd configuration"
+ echo -e 'database Freedict-English-Malayalam {data “/usr/share/dictd/dict-en-ml.dict.dz” \n\t index “/usr/share/dictd/dict-en-ml.index”}' >> /etc/dict/dictd.conf
+}
+