From b0a54c0318f73e8824c1299900286d1d7dcade3a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:38:57 +0200 Subject: Adding debian version 5.2.15-2. Signed-off-by: Daniel Baumann --- debian/bash.postinst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/bash.postinst (limited to 'debian/bash.postinst') diff --git a/debian/bash.postinst b/debian/bash.postinst new file mode 100644 index 0000000..ceef0dc --- /dev/null +++ b/debian/bash.postinst @@ -0,0 +1,19 @@ +#! /bin/bash + +set -e + +# This should never happen. +if [ ! -e /bin/sh ]; then + ln -s bash /bin/sh +fi + +update-alternatives --install \ + /usr/share/man/man7/builtins.7.gz \ + builtins.7.gz \ + /usr/share/man/man7/bash-builtins.7.gz \ + 10 \ + || true + +#DEBHELPER# + +exit 0 -- cgit v1.2.3