[arch-commits] Commit in r8168-lts/trunk (PKGBUILD r8168-lts.install)
Christian Hesse
eworm at archlinux.org
Mon May 28 11:15:09 UTC 2018
Date: Monday, May 28, 2018 @ 11:15:09
Author: eworm
Revision: 332426
upgpkg: r8168-lts 8.045.08-17
* rebuilt against linux-lts 4.14.44-1
* removed depmod from install script, handled by pacman hook
Modified:
r8168-lts/trunk/PKGBUILD
r8168-lts/trunk/r8168-lts.install
-------------------+
PKGBUILD | 2 +-
r8168-lts.install | 13 -------------
2 files changed, 1 insertion(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-28 11:14:00 UTC (rev 332425)
+++ PKGBUILD 2018-05-28 11:15:09 UTC (rev 332426)
@@ -4,7 +4,7 @@
pkgname=r8168-lts
_pkgname=r8168
pkgver=8.045.08
-pkgrel=16
+pkgrel=17
pkgdesc="A kernel module for Realtek 8169 network cards for linux-lts"
url="http://www.realtek.com.tw"
license=("GPL")
Modified: r8168-lts.install
===================================================================
--- r8168-lts.install 2018-05-28 11:14:00 UTC (rev 332425)
+++ r8168-lts.install 2018-05-28 11:15:09 UTC (rev 332426)
@@ -1,17 +1,4 @@
-rebuild_module_dependencies() {
- EXTRAMODULES='extramodules-4.14-lts'
- depmod $(cat /lib/modules/$EXTRAMODULES/version)
-}
-
post_install() {
- rebuild_module_dependencies
echo '>>> The module r8168 conflicts with r8169. You can blacklist it with:'
echo '>>> `echo "blacklist r8169" > /etc/modprobe.d/r8169_blacklist.conf`'
}
-post_upgrade() {
- rebuild_module_dependencies
-}
-
-post_remove() {
- rebuild_module_dependencies
-}
More information about the arch-commits
mailing list