mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-11 16:51:54 +02:00
11 lines
141 B
Bash
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
|