summaryrefslogtreecommitdiff
path: root/debian/postinst
blob: bed9e6ba6d35ad8e2b9c37335305181b3b7352e0 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

install-info --section Emacs Emacs --menuentry="bbdb" \
	--description='The insidious Big Brother Database for mail and news.' \
	--quiet /usr/share/info/bbdb.info

#DEBHELPER#