mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
chatterino2: remove unnecessary do_install
This makes .desktop file installation work.
This commit is contained in:
parent
bcdfd31842
commit
acf181bb71
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chatterino2'
|
# Template file for 'chatterino2'
|
||||||
pkgname=chatterino2
|
pkgname=chatterino2
|
||||||
version=2.1.7
|
version=2.1.7
|
||||||
revision=2
|
revision=3
|
||||||
_signals_commit=1c38746b05d9311e73c8c8acdfdc4d36c9c551be
|
_signals_commit=1c38746b05d9311e73c8c8acdfdc4d36c9c551be
|
||||||
_settings_commit=4fe0ff9b0cb7b04f8017a63b38c40104430a4b66
|
_settings_commit=4fe0ff9b0cb7b04f8017a63b38c40104430a4b66
|
||||||
_humanize_commit=13867379249c64cd44b9cd4c03f18c1a52d56587
|
_humanize_commit=13867379249c64cd44b9cd4c03f18c1a52d56587
|
||||||
|
@ -45,11 +45,6 @@ pre_configure() {
|
||||||
-exec sed -i "{}" -e 's/Communi::/::/g' \;
|
-exec sed -i "{}" -e 's/Communi::/::/g' \;
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
post_install() {
|
||||||
for f in chatterino bin/chatterino; do
|
|
||||||
if [ -f "$f" ]; then
|
|
||||||
vbin "$f"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue