pkg-ayn-odin2-conf/PKGBUILD

14 lines
332 B
Bash
Raw Normal View History

2024-06-01 14:29:16 +08:00
pkgname=ayn-odin2-conf
2024-06-01 11:11:19 +08:00
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"
}