summarylogtreecommitdiffstats
path: root/turbomem.install
blob: 3a02014952410f21e2ad3e3d2da7612f2bf7dfea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install()
{
	depmod -a
}

post_upgrade()
{
	depmod -a
}

post_remove()
{
	depmod -a
}