Сравнение osmo-fl2k-0.1.1-r1 с osmo-fl2k-9999
/usr/portage/net-wireless/osmo-fl2k/osmo-fl2k-9999.ebuild 2023-10-09 14:52:34.784368484 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
52 | 52 |
# No obvious way to prevent build |
53 | 53 |
find "${ED}" -name libosmo-fl2k.a -delete |
54 | 54 |
} |
55 | ||
56 |
pkg_postinst() { |
|
57 |
udev_reload |
|
58 |
} |
|
59 | ||
60 |
pkg_postrm() { |
|
61 |
udev_reload |
|
62 |
} |