diff --git a/templates/bash-runstuff-after-install.sh b/templates/bash-runstuff-after-install.sh new file mode 100644 index 00000000000..c31b3396f48 --- /dev/null +++ b/templates/bash-runstuff-after-install.sh @@ -0,0 +1,7 @@ +# +# Make /bin/bash -> /bin/sh symlink. +# + +if [ -x $XBPS_DESTDIR/$pkgname-$version/bin/bash ]; then + cd $XBPS_DESTDIR/$pkgname-$version/bin && ln -s bash sh +fi