syslinux: switch to INSTALL.msg.

This commit is contained in:
Juan RP 2014-09-16 09:33:52 +02:00
parent 7d4f9d9777
commit f052b8beae
2 changed files with 1 additions and 7 deletions

View file

@ -1,6 +1,3 @@
case "${ACTION}" in
post)
cat <<_EOF
=======================================================================
Some optional packages must be installed for additional functionality:
@ -11,6 +8,3 @@ Some optional packages must be installed for additional functionality:
- dosfstools: EFI support
=======================================================================
_EOF
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'syslinux'
pkgname=syslinux
version=6.02
revision=1
revision=2
hostmakedepends="perl python nasm"
makedepends="gnu-efi-libs libuuid-devel"
short_desc="A boot loader for the Linux operating system"