summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schwaiger2022-03-28 17:26:42 +0200
committerDominik Schwaiger2022-03-28 17:26:42 +0200
commit9f3223c3ddae2f08f5ab6c528a4579e3cc603ad0 (patch)
treef3810905c687b7633dc20547887e7a64d43e9a6c
parent2201b267b3bfd580334f980d2ed8088ae42c177e (diff)
downloadaur-9f3223c3ddae2f08f5ab6c528a4579e3cc603ad0.tar.gz
removing works
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
-rw-r--r--sonyheadphonesclient-bin.install6
3 files changed, 1 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6ab4341e143..ee57abf3f37f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = sonyheadphonesclient-bin
pkgver = 1.2
pkgrel = 1
url = https://github.com/Plutoberth/SonyHeadphonesClient
- install = sonyheadphonesclient-bin.install
arch = x86_64
license = custom:MIT
depends = glfw-x11
diff --git a/PKGBUILD b/PKGBUILD
index 05e480f4fe92..2d697fcaff94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ conflicts=()
replaces=()
backup=()
options=()
-install=sonyheadphonesclient-bin.install
+install=
changelog=
source=("https://github.com/Plutoberth/SonyHeadphonesClient/releases/download/v$pkgver/SonyHeadphonesClient-linux-x64.zip" "MIT")
noextract=()
diff --git a/sonyheadphonesclient-bin.install b/sonyheadphonesclient-bin.install
deleted file mode 100644
index d9a86c5b4b6a..000000000000
--- a/sonyheadphonesclient-bin.install
+++ /dev/null
@@ -1,6 +0,0 @@
-# arg 1: the old package version
-post_remove() {
- rm "/usr/bin/SonyHeadphonesClient"
- rm "/usr/share/applications/SonyHeadphonesClient.desktop"
- rm -r "/usr/share/licenses/sonyheadphonesclient-bin"
-}