blob: 883274f26fa8f41b66c985100087c07122ddda6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
name=tlp
version=1.10.0
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
}
|