pkg-ayn-odin2-conf/PKGBUILD
2024-06-01 11:11:19 +08:00

14 lines
328 B
Bash

pkgname=odin2-conf
pkgver=1.0
pkgrel=1
pkgdesc="Odin 2 customizations"
arch=('any')
license=('GPL')
source=("80-no-wifi-powersave.conf")
sha256sums=('SKIP')
package() {
# Install the configuration file
install -Dm644 "$srcdir"/80-no-wifi-powersave.conf "${pkgdir}/etc/NetworkManager/conf.d/80-no-wifi-powersave.conf"
}