summarylogtreecommitdiffstats
path: root/msalsdk-dbusclient-bin.install
blob: fbc6300416f3af1aab2de7f5276e3d20dbf583a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    ldconfig
}

post_upgrade() {
    post_install
}

post_remove() {
    ldconfig
}