summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb97cc322e3d..04e497dc49ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=biglybt
pkgver=2.3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Feature-filled Bittorrent client based on the Azureus project"
arch=('x86_64' 'armv7h')
url="https://www.biglybt.com/"
@@ -29,13 +29,6 @@ package() {
export app_java_home="/usr/lib/jvm/default"
sh GitHub_BiglyBT_Installer_$pkgver.sh -q -dir "$srcdir"/$pkgname
- # Remove local .desktop files (only if they were just created by the Java installer
- # which creates them a) in the wrong place and b) with wrong paths, therefore
- # preventing the start of the program via the launcher)
- find ~/.local/share/applications -name $pkgname.desktop -cmin -1 -exec rm {} +
- _user_desktop=$(xdg-user-dir DESKTOP)
- [ "$_user_desktop" ] && find "$_user_desktop" -name $pkgname.desktop -cmin -1 -exec rm -f {} +
-
cd "$srcdir"/$pkgname
msg2 "Creating directory structure..."