summarylogtreecommitdiffstats
path: root/install
blob: 41c4c6d0b04066f5c60116f207436ea3a0016f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_upgrade() {
	depmod -a
	if lsmod | grep mxu11x0 > /dev/null ; then
	  rmmod mxu11x0
	fi
	modprobe mxu11x0
}

post_install() {
	post_upgrade
}