diff options
Diffstat (limited to 'debian/bash.prerm')
-rw-r--r-- | debian/bash.prerm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/bash.prerm b/debian/bash.prerm new file mode 100644 index 0000000..abd2eb0 --- /dev/null +++ b/debian/bash.prerm @@ -0,0 +1,8 @@ +#! /bin/bash -e + +if [ $1 != "upgrade" ]; then + update-alternatives --remove builtins.7.gz \ + /usr/share/man/man7/bash-builtins.7.gz +fi + +#DEBHELPER# |