aports/community/acpid/acpid.post-deinstall
Laurent Bercot 7a63136852 community/acpid: fix replaces= to busybox-openrc
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-09-04 05:49:07 +00:00

11 lines
141 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* Run the following command to reinstall /etc/init.d/acpid from busybox:
* > apk fix busybox-openrc
*
EOF
exit 0