summaryrefslogtreecommitdiff
path: root/extra/lv2core/lv2core.install
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-15 04:55:43 +0000
committerroot <root@rshg047.dnsready.net>2011-04-15 04:55:43 +0000
commit7d13548d48c1e98b9c12201685fd6fef5e9388db (patch)
tree3aa20fadd718d86194b0e9cd5b4b3aef3b64ada9 /extra/lv2core/lv2core.install
parent5611a56fd08da4e95cdf8de446dda50d7afa80c8 (diff)
Fri Apr 15 04:55:43 UTC 2011
Diffstat (limited to 'extra/lv2core/lv2core.install')
-rw-r--r--extra/lv2core/lv2core.install3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/lv2core/lv2core.install b/extra/lv2core/lv2core.install
index 6a9fdf33b..dbd9898d3 100644
--- a/extra/lv2core/lv2core.install
+++ b/extra/lv2core/lv2core.install
@@ -1,6 +1,5 @@
post_install() {
\ldconfig
- \lv2config
}
post_upgrade() {
@@ -8,7 +7,7 @@ post_upgrade() {
}
post_remove() {
- \ldconfig
+ post_install
}
# vim:set ts=2 sw=2 et: