diff options
Diffstat (limited to 'debian/bashdb.postinst')
-rw-r--r-- | debian/bashdb.postinst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/bashdb.postinst b/debian/bashdb.postinst new file mode 100644 index 0000000..69fd9fa --- /dev/null +++ b/debian/bashdb.postinst @@ -0,0 +1,7 @@ +#! /bin/sh -e + +install-info --quiet --section "Shells" "Shells" \ + --description="Debugging with the BASH debugger" \ + /usr/share/info/bashdb.info.gz + +#DEBHELPER# |