summarylogtreecommitdiffstats
path: root/libstrangle.install
blob: 905e84b9ce59cd14b79e1f5f6b2af10d5d9d14d2 (plain)
1
2
3
4
5
6
7
8
post_install() {
  ldconfig
}

post_upgrade() {
  post_install
}