summaryrefslogtreecommitdiff
path: root/libre/tp_smapi-libre-lts/tp_smapi-lts.install
blob: 58c23092ee42ca65030931c4c6ac22058533684c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
extramodules=/usr/lib/modules/extramodules-3.10-LIBRE-LTS

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

post_upgrade() {
	post_install
}

post_remove() {
	post_install
}