From 406e7d40ab76e5f9032f679cd3743e9cdc7917ef Mon Sep 17 00:00:00 2001 From: fewtarius Date: Sat, 6 Jul 2024 11:59:59 +0000 Subject: [PATCH] Drop handycon setup script. --- PKGBUILD/pikaur | 1 - PKGBUILD/steamfork-customizations-jupiter/PKGBUILD | 2 +- .../src/usr/bin/setup-handycon | 10 ---------- 3 files changed, 1 insertion(+), 12 deletions(-) delete mode 160000 PKGBUILD/pikaur delete mode 100755 PKGBUILD/steamfork-customizations-jupiter/src/usr/bin/setup-handycon diff --git a/PKGBUILD/pikaur b/PKGBUILD/pikaur deleted file mode 160000 index 75bc4f07..00000000 --- a/PKGBUILD/pikaur +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 75bc4f077f7691ab08a73470582b2a337016c6c5 diff --git a/PKGBUILD/steamfork-customizations-jupiter/PKGBUILD b/PKGBUILD/steamfork-customizations-jupiter/PKGBUILD index b1fd882d..757a801b 100644 --- a/PKGBUILD/steamfork-customizations-jupiter/PKGBUILD +++ b/PKGBUILD/steamfork-customizations-jupiter/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Fewtarius pkgname=steamfork-customizations-jupiter -pkgver=2024.07.01 +pkgver=2024.07.06 pkgrel=1 pkgdesc='SteamFork customizations provider.' arch=('any') diff --git a/PKGBUILD/steamfork-customizations-jupiter/src/usr/bin/setup-handycon b/PKGBUILD/steamfork-customizations-jupiter/src/usr/bin/setup-handycon deleted file mode 100755 index 78095401..00000000 --- a/PKGBUILD/steamfork-customizations-jupiter/src/usr/bin/setup-handycon +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -cd ~ -git clone https://github.com/ShadowBlip/HandyGCCS.git -cd HandyGCCS -git reset --hard -git pull -./build.sh -systemctl enable handycon -cd - -rm -rf HandyGCCS