From 9150c1ce39911b33c9e73b80479603c44959097d Mon Sep 17 00:00:00 2001 From: KF-Art Date: Tue, 20 Sep 2022 22:15:34 -0400 Subject: [PATCH] Remove install.sh script from ilustraciones-icon-theme --- srcpkgs/ilustraciones-icon-theme/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/ilustraciones-icon-theme/template b/srcpkgs/ilustraciones-icon-theme/template index faca3b7..b9fff5b 100644 --- a/srcpkgs/ilustraciones-icon-theme/template +++ b/srcpkgs/ilustraciones-icon-theme/template @@ -16,6 +16,7 @@ do_fetch() { do_install() { vmkdir usr/share/icons/ilustraciones + rm install.sh vcopy ./* usr/share/icons/ilustraciones vlicense LICENSE }