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.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/lv2core/lv2core.install b/extra/lv2core/lv2core.install
deleted file mode 100644
index dbd9898d3..000000000
--- a/extra/lv2core/lv2core.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- \ldconfig
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: