From f804996523af10cbe3e8080081f2df2244934ec9 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Fri, 5 Oct 2018 12:45:40 +0200 Subject: [PATCH] intel-undervolt: don't install systemd services --- srcpkgs/intel-undervolt/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/intel-undervolt/template b/srcpkgs/intel-undervolt/template index 44a2e567ea4..d0c157c3add 100644 --- a/srcpkgs/intel-undervolt/template +++ b/srcpkgs/intel-undervolt/template @@ -1,7 +1,7 @@ # Template file for 'intel-undervolt' pkgname=intel-undervolt version=1.5 -revision=1 +revision=2 build_style=gnu-makefile conf_files="/etc/intel-undervolt.conf" short_desc="Intel CPU undervolting tool" @@ -10,3 +10,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/kitsunyan/intel-undervolt" distfiles="https://github.com/kitsunyan/intel-undervolt/archive/${version}.tar.gz" checksum=cf30fb2651eee8bb15e89be7964157ebe0aeeb1bb518ec1706cd508b147348f4 + +post_install() { + rm "${DESTDIR}"/*.service +}