mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
crda: fix some basic qa issues
This commit is contained in:
parent
0331a2d6d1
commit
567b4d7537
1 changed files with 9 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..10} )
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
inherit toolchain-funcs python-any-r1 udev
|
||||
|
||||
DESCRIPTION="Central Regulatory Domain Agent for wireless networks"
|
||||
|
|
@ -83,3 +83,11 @@ src_install() {
|
|||
_emake DESTDIR="${D}" install
|
||||
keepdir /etc/wireless-regdb/pubkeys
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
udev_reload
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue