summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2024-01-30 02:22:42 +0100
committerPeter Mattern2024-01-30 02:22:42 +0100
commit190de8998b45d8adc51928d622a4a6526ca2cd07 (patch)
treefaa0aaeab5bd9293395b9603e878536dfaf5393e
parentcc3e406ac173ba28537a186261de64a9daba931e (diff)
downloadaur-190de8998b45d8adc51928d622a4a6526ca2cd07.tar.gz
Ditch install scriptlet
Meanwhile, its task is covered by a pacman hook.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--spice-vdagent-git.install7
3 files changed, 0 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6c0854714bc..32d22b399283 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = spice-vdagent-git
pkgver = 0.16.0.35.08ff8d7
pkgrel = 1
url = https://www.spice-space.org
- install = spice-vdagent-git.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 3be65bdcdb1f..6c05a757d618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ depends=('glib2' 'alsa-lib' 'libdrm' 'libxfixes' 'libxrandr' 'libxinerama' 'syst
makedepends=('git' 'spice-protocol')
provides=("$_pkgname")
conflicts=("$_pkgname")
-install=$pkgname.install
source=("$_pkgname::git+https://gitlab.freedesktop.org/spice/linux/vd_agent.git"
spice-vdagentd.conf.sample)
sha256sums=("SKIP"
diff --git a/spice-vdagent-git.install b/spice-vdagent-git.install
deleted file mode 100644
index e8829cfd6dac..000000000000
--- a/spice-vdagent-git.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- systemd-tmpfiles --create spice-vdagentd.conf
-}
-
-post_upgrade() {
- post_install
-}