File: bash.prerm

package info (click to toggle)
bash 3.1dfsg-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,536 kB
  • ctags: 62
  • sloc: sh: 7,186; makefile: 503; ansic: 467
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#! /bin/bash -e

if [ $1 != "upgrade" ]; then
    update-alternatives --remove builtins.7.gz \
	/usr/share/man/man7/bash-builtins.7.gz
fi

#DEBHELPER#