summarylogtreecommitdiffstats
path: root/digilent.waveforms.install
blob: cb0216a2b5505c20b2ff04e5a6c2e683480e3629 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  ldconfig
}

post_upgrade() {
  post_install
}

post_remove() {
  ldconfig
}