privoxy: fix preinst/postinst script indentation
authorAlois Klink <alois@aloisklink.com>
Wed, 23 Nov 2022 23:32:14 +0000 (23:32 +0000)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 18 Dec 2022 20:09:04 +0000 (21:09 +0100)
commit694026540cdc96b3f08af3f5955c9d0510bdae71
tree06123ac08dc7cc800a3cad444e7b6f1c27172273
parentc541486314d2b13404dcb569da4b0817fb7e9028
privoxy: fix preinst/postinst script indentation

Fix the indentation of the preinst/postinst scripts for the privoxy
package.

Because these scripts didn't start with `#!/bin/sh`
(they instead started with the TAB character), `/bin/sh` was not used
to start them.

On x86_64 and i386_pentium-mmx, this seems to be fine, but on
arm_cortex-a15_neon-vfpv4 and aarch64_cortex-a53, running these
scripts fails with a:

```
Installing privoxy (3.0.33-3) to root...
Collected errors:
 * pkg_run_script: package "privoxy" preinst script returned status 1.
 * preinst_configure: Aborting installation of privoxy.
 * opkg_install_cmd: Cannot install package privoxy.
```

Reported-by: Marius Dinu <m95d+git@psihoexpert.ro>
Signed-off-by: Alois Klink <alois@aloisklink.com>
(cherry picked from commit 6703d7623097b591ea08c12e66351eed884e1005)
net/privoxy/Makefile