openwrt-packages/net/privoxy
Alois Klink 694026540c
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 6703d76230)
2022-12-18 21:09:04 +01:00
..
files privoxy: update to 3.0.33 and fix the init script 2022-05-15 17:17:34 +08:00
Config.in privoxy: bump to version 3.0.24 2016-02-07 21:52:02 +01:00
Makefile privoxy: fix preinst/postinst script indentation 2022-12-18 21:09:04 +01:00