summaryrefslogtreecommitdiff
path: root/debian/bashdb.postinst
blob: 69fd9fa77d3cf0a25c449e8668eec28d935ce951 (plain)
1
2
3
4
5
6
7
#! /bin/sh -e

install-info --quiet --section "Shells" "Shells"  \
    --description="Debugging with the BASH debugger" \
	/usr/share/info/bashdb.info.gz

#DEBHELPER#