X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ca7699c16955e3dd8cff7a5e75b20e7b0360d036..51552f3f32e66acd211dc206459c424764fc9200:/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 }