mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
syslinux: switch to INSTALL.msg.
This commit is contained in:
parent
7d4f9d9777
commit
f052b8beae
2 changed files with 1 additions and 7 deletions
|
@ -1,6 +1,3 @@
|
||||||
case "${ACTION}" in
|
|
||||||
post)
|
|
||||||
cat <<_EOF
|
|
||||||
=======================================================================
|
=======================================================================
|
||||||
|
|
||||||
Some optional packages must be installed for additional functionality:
|
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
|
- dosfstools: EFI support
|
||||||
|
|
||||||
=======================================================================
|
=======================================================================
|
||||||
_EOF
|
|
||||||
;;
|
|
||||||
esac
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'syslinux'
|
# Template file for 'syslinux'
|
||||||
pkgname=syslinux
|
pkgname=syslinux
|
||||||
version=6.02
|
version=6.02
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="perl python nasm"
|
hostmakedepends="perl python nasm"
|
||||||
makedepends="gnu-efi-libs libuuid-devel"
|
makedepends="gnu-efi-libs libuuid-devel"
|
||||||
short_desc="A boot loader for the Linux operating system"
|
short_desc="A boot loader for the Linux operating system"
|
||||||
|
|
Loading…
Add table
Reference in a new issue