summarylogtreecommitdiffstats
path: root/libczech.install
blob: aa9f48162cd1d6a125f349a2ff3ef1d509334cb9 (plain)
1
2
3
4
5
6
7
8
9
post_instal() {
    ldconfig
}
post_upgrade() {
    ldconfig
}
post_remove() {
    ldconfig
}