blob: 13af80de42333d5303182fc117acdacf2f551b60 (
plain)
1
2
3
4
5
6
7
8
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#
|