summarylogtreecommitdiffstats
path: root/rtl8187se.install
blob: 183a2be818b95b7192a25bb3ef08de8381ddf3e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}