summaryrefslogtreecommitdiff
path: root/extra/lv2core/lv2core.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lv2core/lv2core.install')
-rw-r--r--extra/lv2core/lv2core.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/lv2core/lv2core.install b/extra/lv2core/lv2core.install
new file mode 100644
index 000000000..6a9fdf33b
--- /dev/null
+++ b/extra/lv2core/lv2core.install
@@ -0,0 +1,14 @@
+post_install() {
+ \ldconfig
+ \lv2config
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ \ldconfig
+}
+
+# vim:set ts=2 sw=2 et: