summaryrefslogtreecommitdiff
path: root/community/tp_smapi-lts/tp_smapi-lts.install
blob: 4d671007d4c61a1e5d9c767dad1d8cde567b04ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
extramodules=/usr/lib/modules/extramodules-3.0-lts

post_install() {
  depmod -v $(< "$extramodules/version") &>/dev/null
}

post_upgrade() {
	post_install
}

post_remove() {
	post_install
}