PKGBUILDs/community/emacs-w3m-cvs/emacs-w3m-cvs.install

12 lines
217 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
# arg 1: the new package version
post_install() {
echo ">>" Add the following to your .emacs:
echo ">> (require 'w3m-load)"
}
op=$1
shift
[ "$(type -t "$op")" = "function" ] && $op "$@"
# vim:set ts=2 sw=2 et: