aports/main/acpid/acpid.post-deinstall
2023-11-20 16:44:59 +01:00

10 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