base-files: drop useless /etc/lsb-release file.
This commit is contained in:
parent
dc212c751d
commit
d26e1d934b
|
@ -1,4 +0,0 @@
|
|||
DISTRIB_ID=Void
|
||||
DISTRIB_RELEASE=HEAD
|
||||
DISTRIB_CODENAME=CataloniaIsNotSpain
|
||||
DISTRIB_DESCRIPTION="Void GNU/Linux HEAD branch"
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-files'
|
||||
pkgname=base-files
|
||||
version=0.89
|
||||
version=0.90
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
makedepends="base-directories xbps-triggers"
|
||||
|
@ -16,7 +16,7 @@ do_install() {
|
|||
done
|
||||
|
||||
vinstall ${FILESDIR}/securetty 600 etc
|
||||
for f in profile hosts host.conf issue lsb-release \
|
||||
for f in profile hosts host.conf issue \
|
||||
inputrc fstab passwd group crypttab nsswitch.conf; do
|
||||
vinstall ${FILESDIR}/${f} 644 etc
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue