mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 08:26:49 +02:00
10 lines
141 B
Bash
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
|