summaryrefslogtreecommitdiff
path: root/debian/bash-doc.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/bash-doc.postinst')
-rw-r--r--debian/bash-doc.postinst9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/bash-doc.postinst b/debian/bash-doc.postinst
new file mode 100644
index 0000000..13af80d
--- /dev/null
+++ b/debian/bash-doc.postinst
@@ -0,0 +1,9 @@
+#! /bin/sh -e
+
+if [ -f /usr/share/info/bashref.info.gz ]; then
+ install-info --quiet --section "Shells" "Shells" \
+ --description="GNU Bourne-Again SHell Features." \
+ /usr/share/info/bashref.info.gz
+fi
+
+#DEBHELPER#