diff options
Diffstat (limited to 'community/r8168/r8168.install')
-rw-r--r-- | community/r8168/r8168.install | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/community/r8168/r8168.install b/community/r8168/r8168.install deleted file mode 100644 index ab5f9f5c8..000000000 --- a/community/r8168/r8168.install +++ /dev/null @@ -1,17 +0,0 @@ -rebuild_module_dependencies() { - EXTRAMODULES='extramodules-3.6-ARCH' - depmod $(cat /usr/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 -} |