aboutsummaryrefslogtreecommitdiff
path: root/tlp/abuild
blob: c4c457f46e81c80ad234c5c1d6119d4bc3bc2478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name=tlp
version=1.10.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
}