diff --git a/srcpkgs/void-updates/template b/srcpkgs/void-updates/template index b3c3a13c223..db66692c211 100644 --- a/srcpkgs/void-updates/template +++ b/srcpkgs/void-updates/template @@ -1,7 +1,7 @@ # Template file for 'void-updates' pkgname=void-updates version=20180616 -revision=1 +revision=2 noarch=yes build_style=gnu-makefile depends="git curl" @@ -15,3 +15,7 @@ license="ISC" homepage="https://github.com/void-linux/void-updates" distfiles="${homepage}/archive/${version}.tar.gz" checksum=d885cb1e378aa3315dd5293a58be5729b98a2e1fb5f024105a8d8662e4f591cd + +post_install() { + vlicense LICENSE +}