mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +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
|
|
}
|