mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
||
|
}
|