summarylogtreecommitdiffstats
path: root/rtl8187se.install
diff options
context:
space:
mode:
Diffstat (limited to 'rtl8187se.install')
-rw-r--r--rtl8187se.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/rtl8187se.install b/rtl8187se.install
new file mode 100644
index 000000000000..183a2be818b9
--- /dev/null
+++ b/rtl8187se.install
@@ -0,0 +1,14 @@
+post_install() {
+ depmod
+ echo '>>> To avoid conflicts with rtl8180, you can blacklist it with:'
+ echo '>>> `echo "blacklist rtl8180" > /etc/modprobe.d/rtl8180_blacklist.conf`'
+}
+
+post_upgrade() {
+ depmod
+}
+
+post_remove() {
+ depmod
+}
+