chiark / gitweb /
Disable all exported shell functions
[bash.git] / debian / bashdb.postinst
1 #! /bin/sh
2
3 set -e
4
5 install-info --quiet --section "Shells" "Shells"  \
6     --description="Debugging with the BASH debugger" \
7         /usr/share/info/bashdb.info.gz
8
9 #DEBHELPER#