14 lines
307 B
Text
14 lines
307 B
Text
post_install() {
|
|
echo " "
|
|
echo " "
|
|
echo " read /usr/local/bin/autologin.txt included in the pkg"
|
|
echo " or just enter as root autologin-setup then autologin-on"
|
|
echo " autologin-off to stop and disable the service"
|
|
echo " "
|
|
echo " "
|
|
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|