diff options
Diffstat (limited to 'debian/bash-minimal.postinst')
-rw-r--r-- | debian/bash-minimal.postinst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/bash-minimal.postinst b/debian/bash-minimal.postinst new file mode 100644 index 0000000..f0a74f1 --- /dev/null +++ b/debian/bash-minimal.postinst @@ -0,0 +1,9 @@ +#! /bin/sh -e + +if [ -x /usr/sbin/add-shell ]; then + /usr/sbin/add-shell /bin/bash-minimal +fi + +#DEBHELPER# + +exit 0 |