summarylogtreecommitdiffstats
path: root/ixxat-socketcan.install
blob: 403e913f031271197817fa50c7b6b400c9b2e809 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_upgrade() {
	depmod -a
}

post_remove() {
	post_upgrade
}

post_install() {
	post_upgrade
}