base-files: execute package's "postinst" after executing uci-defaults
authorRafał Miłecki <rafal@milecki.pl>
Sun, 26 Nov 2023 20:24:28 +0000 (21:24 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Wed, 27 Dec 2023 15:01:30 +0000 (16:01 +0100)
commitb799dd3c705dfd95745cdd94b13d1cd2ad2367a6
treec322fcf5214f72eaa449ca9221a8809a7e8ae3c8
parent485adc9d3c436d31f9713a7d8d84adf266754e26
base-files: execute package's "postinst" after executing uci-defaults

Allow "postinst" scripts to perform extra actions after applying all
kind of fixups implemented using uci-defaults.

This is needed e.g. by uhttpd-mod-ubus which after installation in a
running systems needs to:
1. Update uhttpd config using its uci-defaults script
2. Reload uhttpd

While this approach makes sense there is a risk it'll blow up some
corner case postinst usages. There is only 1 way to find out.

Cc: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
package/base-files/files/lib/functions.sh