summarylogtreecommitdiffstats
path: root/lttng-ust.install
blob: e71b58aa9d43fe8542b44a9e6a73794f93f257db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install()
{
    ldconfig
}

post_upgrade()
{
    ldconfig
}

post_remove()
{
    ldconfig
}