updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / dictcn / dictcn.install
blob442e4e37bc88ad4c3414a5bfe45f80c5a02d7fb6
1 post_install() {
2   cat << EOF
3 ==> To use dictcn-script in emacs, put the follow lines to your ~/.emacs:
4    (require 'dictcn)
5    (global-set-key (kbd "C-c d") 'dictcn-lookup)
7 EOF
10 post_upgrade() {
11   post_install $1