mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-27 00:10:29 +00:00
8 lines
112 B
Text
8 lines
112 B
Text
![]() |
post_install() {
|
||
|
cat << _EOF
|
||
|
|
||
|
Add slim to the DAEMONS array in /etc/rc.conf or update /etc/inittab.
|
||
|
|
||
|
_EOF
|
||
|
}
|