mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 22:52:40 +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
|
|
}
|