X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/2f90522ad337a206e8e0a219b05b756f77c5b951..aa605e89016d0302d73c8632fadf374e4532b8d7:/packages/man/build.sh diff --git a/packages/man/build.sh b/packages/man/build.sh index 98ffeeda..0fba0535 100644 --- a/packages/man/build.sh +++ b/packages/man/build.sh @@ -24,7 +24,8 @@ termux_step_pre_configure () { termux_step_create_debscripts () { echo "interest-noawait $TERMUX_PREFIX/share/man" > triggers - - echo "makewhatis -Q" > postinst + + echo "#!$TERMUX_PREFIX/bin/sh" >> postinst + echo "makewhatis -Q" >> postinst echo "exit 0" >> postinst }