summarylogtreecommitdiffstats
path: root/lttng-modules.install
blob: 2b53dd5c51f36e089e51dc960209ae64e4759bed (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
}