mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
11 lines
217 B
Text
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:
|