blob: 4564f3508332a3c9ea1e269f73e2c0a88d4d4ac1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
name=tlp
version=1.8.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
}
|