mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 13:22:21 +01:00
8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
post_install() {
|
|
cat << _EOF
|
|
|
|
Add slim to the DAEMONS array in /etc/rc.conf or update /etc/inittab.
|
|
|
|
_EOF
|
|
}
|