aboutsummaryrefslogtreecommitdiff
path: root/tlp/abuild
blob: 3037f3ccc845dc3f832a7c1825b3cbbc0237f787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name=tlp
version=1.9.1
release=1
source="https://github.com/linrunner/TLP/archive/${version}/TLP-${version}.tar.gz"

postbuild() {
	rm -rf \
		$PKG/usr/lib/udev \
		$PKG/usr/lib/systemd \
		$PKG/usr/lib/elogind
	rm -r \
		$PKG/usr/share/zsh \
		$PKG/usr/share/fish \
		$PKG/usr/share/bash-completion
}