xbps: Remove untracked virtualpkgs file

This commit is contained in:
Michael Aldridge 2021-03-08 01:29:39 -08:00
parent d89b5c2e59
commit 0700dc22f9

View file

@ -1,7 +1,7 @@
# Template file for 'xbps'
pkgname=xbps
version=0.59.1
revision=4
revision=5
bootstrap=yes
build_style=configure
short_desc="XBPS package system utilities"
@ -48,6 +48,8 @@ post_install() {
vlicense LICENSE
vlicense LICENSE.3RDPARTY
echo "" > ${DESTDIR}/usr/share/xbps.d/void-virtualpkgs.conf
}
libxbps_package() {