summarylogtreecommitdiffstats
path: root/wavetrack-git.install
blob: 318affefa3fd76aee5b850307dd31176cd74a928 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
   ldconfig
}

post_upgrade() {
   ldconfig
}

post_remove() {
   ldconfig
}