summaryrefslogtreecommitdiff
path: root/extra/lv2core/lv2core.install
blob: 6a9fdf33b6e3d3037524fa577efbdf5d511ad562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  \ldconfig
  \lv2config
}

post_upgrade() {
  post_install
}

post_remove() {
  \ldconfig
}

# vim:set ts=2 sw=2 et: