Merge pull request #2708 from the-maldridge/lsb_release

Update lsb_release
This commit is contained in:
Juan RP 2015-10-08 09:10:12 +02:00
commit 8040d15b75
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
#!/bin/sh
echo Void
printf "Distributor ID:\tVoid\n"
printf "Description:\tVoid Linux\n"
printf "Release:\trolling\n"
exit 0

View file

@ -1,6 +1,6 @@
# Template file for 'base-files'
pkgname=base-files
version=0.132
version=0.133
revision=1
bootstrap=yes
depends="xbps-triggers"