From 1e906b30d51625fcabe63c62b985fbe25fa4706d Mon Sep 17 00:00:00 2001 From: v2px Date: Sat, 17 Jan 2015 12:21:47 +0100 Subject: [PATCH] sonata: removes unnecessary vlicense statement (GPL) --- srcpkgs/sonata/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template index 0a29f467542..d746df050c8 100644 --- a/srcpkgs/sonata/template +++ b/srcpkgs/sonata/template @@ -16,7 +16,3 @@ license="GPL-3" distfiles="https://github.com/multani/sonata/archive/v${version}.tar.gz" checksum=40314225aa4700741e28e9770cf3753399a9e557468b66d1d56d59f4f73138e2 -post_install() { - vlicense COPYING LICENSE -} -