vp-build/srcpkgs/66-boot/INSTALL

10 lines
181 B
Plaintext

if [ "$UPDATE" = "no" ]; then
case "${ACTION}" in
post)
66-tree -n boot
66-enable -t boot boot
66-tree -ncE root
66-enable -t root tty@tty1 tty@tty2 tty@tty3
;;
esac
fi