ddns-scripts: remove postinst and prerm script call
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 3 Feb 2026 09:54:54 +0000 (10:54 +0100)
committerFlorian Eckert <Eckert.Florian@googlemail.com>
Mon, 9 Feb 2026 13:29:09 +0000 (14:29 +0100)
commit34d0684be17f5385efe6ec315f6545a877b8b335
tree96ca901ab5473ddf5a77807e4b7ee654a8369084
parente885bdab7b80e2aebf0a5fcce7fbb13c20215c02
ddns-scripts: remove postinst and prerm script call

For reasons that have not been investigated in detail, the package blocks
during 'postinst' with the new 'apk' backend when the package is installed
on the target.

After much back and forth, it turned out that the '/etc/init.d/ddns start'
command is responsible for this. The call is blocking.

The command '/etc/init.d/ddns enabled' in the 'postinst' also makes no sense
here, as it only checks whether the ddns service is enabled. The return value
is not checked at all. And the 'prerm' script is also not needed, as the
calls made there are implicitly called during package deinstallation.

Therefore, this commit removes the entire and not needed 'postinst' and
'prerm' script call.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/ddns-scripts/Makefile