From 42e9affd1c90c304b6a570e49af80544d448cabd Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Sun, 17 May 2020 18:19:07 +0200 Subject: [PATCH] chatterino2: remove unnecessary do_install This makes .desktop file installation work. --- srcpkgs/chatterino2/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/chatterino2/template b/srcpkgs/chatterino2/template index 71e8b5d2f36..ca263b79909 100644 --- a/srcpkgs/chatterino2/template +++ b/srcpkgs/chatterino2/template @@ -1,7 +1,7 @@ # Template file for 'chatterino2' pkgname=chatterino2 version=2.1.7 -revision=2 +revision=3 _signals_commit=1c38746b05d9311e73c8c8acdfdc4d36c9c551be _settings_commit=4fe0ff9b0cb7b04f8017a63b38c40104430a4b66 _humanize_commit=13867379249c64cd44b9cd4c03f18c1a52d56587 @@ -45,11 +45,6 @@ pre_configure() { -exec sed -i "{}" -e 's/Communi::/::/g' \; } -do_install() { - for f in chatterino bin/chatterino; do - if [ -f "$f" ]; then - vbin "$f" - fi - done +post_install() { vlicense LICENSE }