summarylogtreecommitdiffstats
path: root/r8168.install
diff options
context:
space:
mode:
Diffstat (limited to 'r8168.install')
-rw-r--r--r8168.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/r8168.install b/r8168.install
new file mode 100644
index 000000000000..ceb766f91d63
--- /dev/null
+++ b/r8168.install
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+ EXTRAMODULES='extramodules-4.1-aufs_friendly'
+ 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
+}