1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-11-19 13:00:05 -07:00

kiss: No more license checks.

This commit is contained in:
Dylan Araps 2019-06-30 11:44:19 +03:00
parent b499e84c5b
commit de62a28c47

1
kiss
View File

@ -43,7 +43,6 @@ pkg_lint() {
[ -f sources ] || die "Sources file not found."
[ -x build ] || die "Build file not found or not executable."
[ -s licenses ] || die "License file not found or empty."
[ -s version ] || die "Version file not found or empty."
# Ensure that the release field in the version file is set