PKGBUILDs/community/emacs-w3m-cvs/emacs-w3m-cvs.install
2009-10-09 21:15:33 -05:00

11 lines
217 B
Text

# 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: