From dee243c0ddcd7b1d7d84347b721a195257241f8b Mon Sep 17 00:00:00 2001 From: Hervy Qurrotul Ainur Rozi Date: Thu, 21 Jul 2022 08:54:51 +0700 Subject: [PATCH] bootchart2: remove systemd service --- srcpkgs/bootchart2/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bootchart2/template b/srcpkgs/bootchart2/template index 8e8281a9e9f1..e1bff08f2328 100644 --- a/srcpkgs/bootchart2/template +++ b/srcpkgs/bootchart2/template @@ -1,7 +1,7 @@ # Template file for 'bootchart2' pkgname=bootchart2 version=0.14.9 -revision=2 +revision=3 wrksrc="bootchart-${version}" build_style=gnu-makefile make_install_args="EARLY_PREFIX=/usr DOCDIR=/usr/share/doc/bootchart2" @@ -20,3 +20,7 @@ conflicts="bootchart>=0" post_patch() { vsed -i -e 's,\$(EARLY_PREFIX)/sbin/,/usr/bin/,' Makefile } + +post_install() { + rm -r $DESTDIR/usr/lib/systemd/system +}