summarylogtreecommitdiffstats
path: root/rdictcc-git.install
diff options
context:
space:
mode:
authorEugene Sovetkin2015-06-08 11:16:51 +0200
committerEugene Sovetkin2015-06-08 11:16:51 +0200
commit6987992c02bf718789a45ebd9179d98cb249fa1d (patch)
treefc2b2c8bb486625048980a705b78c5f813c2db64 /rdictcc-git.install
downloadaur-6987992c02bf718789a45ebd9179d98cb249fa1d.tar.gz
Initial Commit
Diffstat (limited to 'rdictcc-git.install')
-rw-r--r--rdictcc-git.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/rdictcc-git.install b/rdictcc-git.install
new file mode 100644
index 000000000000..8e09b6fc2ab9
--- /dev/null
+++ b/rdictcc-git.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo "To use rdictcc you need a copy of a translation database of dict.cc"
+ echo "You can download them in UTF-8 from http://www1.dict.cc/translation_file_request.php"
+ echo "Import a database by calling"
+ echo " rdictcc --import dict-file.txt"
+}