mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
7 lines
112 B
Text
7 lines
112 B
Text
post_install() {
|
|
cat << _EOF
|
|
|
|
Add slim to the DAEMONS array in /etc/rc.conf or update /etc/inittab.
|
|
|
|
_EOF
|
|
}
|