summarylogtreecommitdiffstats
path: root/gnuserv.install
blob: f9c3ebc91891e3cb37e4fe071ee2781a747ed7b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install () {
	echo ""
	echo "==> To use gnuserv, add the following Lisp to your ~/.emacs file:"
	echo "==> "
	echo "==> (autoload 'gnuserv-start \"gnuserv-compat\""
	echo "==>           \"Allow this Emacs process to be a server for client processes.\""
	echo "==>           t)"
	echo "==> "
	echo "==> Then, run (gnuserv-start). This may be done in your ~/.emacs. See "
	echo "==> /usr/share/emacs/site-lisp/gnuserv-compat.el for commentary."
	echo ""
}

post_upgrade () {
	        post_install $1
	}

	op=$1
	shift
	$op $*