numlockx: use vlicense/vdoc

This commit is contained in:
Michael Gehring 2017-07-11 19:35:36 +00:00
parent 5e1b61e135
commit 50d035b7c8

View File

@ -12,7 +12,7 @@ distfiles="${DEBIAN_SITE}/main/n/${pkgname}/${pkgname}_${version}.orig.tar.gz"
checksum="e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4"
post_install() {
vinstall LICENSE 644 usr/share/licenses/${pkgname}
vinstall README 644 usr/share/doc/${pkgname}
vinstall AUTHORS 644 usr/share/doc/${pkgname}
vlicense LICENSE
vdoc README
vdoc AUTHORS
}