virtualbox-ose: Include UnattendedTemplates

These templates enable VirtualBox to do unattended installs. It fails
with an error message complaining about missing
/usr/share/virtualbox/UnattendedTemplates without it.
This commit is contained in:
meator 2024-01-12 22:36:44 +01:00 committed by Đoàn Trần Công Danh
parent b3075ca883
commit bbf46df50a
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'virtualbox-ose'
pkgname=virtualbox-ose
version=7.0.12a
revision=1
revision=2
short_desc="General-purpose full virtualizer for x86 hardware"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only, CDDL-1.0"
@ -116,6 +116,8 @@ do_install() {
vsv vboxwebsrv
vdoc ${FILESDIR}/README.voidlinux
vcopy UnattendedTemplates usr/share/virtualbox
}
virtualbox-ose-dkms_package() {