put shebang in scripts
[termux-packages] / packages / mpd / build.sh
index 3754288..bfabc5b 100644 (file)
@@ -59,5 +59,6 @@ termux_step_make_install () {
 }
 
 termux_step_create_debscripts() {
+       echo "#!$TERMUX_PREFIX/bin/sh" > postinst
        echo 'mkdir -p $HOME/.mpd/playlists' >> postinst
 }