1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
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

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