xbps: Remove untracked virtualpkgs file
This commit is contained in:
parent
d89b5c2e59
commit
0700dc22f9
1 changed files with 3 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue