From 2f6de100573ee43ef190d4edc90282c8d75ed35d Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 15 Jul 2017 22:03:42 +0000 Subject: [PATCH] dash: add license --- srcpkgs/dash/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/dash/template b/srcpkgs/dash/template index ff101b9ad05..7a68d2653b5 100644 --- a/srcpkgs/dash/template +++ b/srcpkgs/dash/template @@ -15,3 +15,7 @@ checksum=5ecd5bea72a93ed10eb15a1be9951dd51b52e5da1d4a7ae020efd9826b49e659 alternatives=" sh:sh:/usr/bin/dash sh:sh.1:/usr/share/man/man1/dash.1" + + post_install() { + vlicense COPYING + }