mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-05 08:42:11 +01: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
|