summarylogtreecommitdiffstats
path: root/olsrd.install
diff options
context:
space:
mode:
Diffstat (limited to 'olsrd.install')
-rw-r--r--olsrd.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/olsrd.install b/olsrd.install
deleted file mode 100644
index 9f2fa03aa4bb..000000000000
--- a/olsrd.install
+++ /dev/null
@@ -1,12 +0,0 @@
-
-post_install(){
- echo "Updating linker cache so olsrd2 finds it's libs instantly."
- ldconfig
- echo "Attention: When configuring plugins, you likely need to specify the full path."
- echo "Attention: The libraries are installed in /usr/lib/olsrd/"
-}
-
-post_upgrade(){
- echo "Updating linker cache so olsrd2 finds it's libs instantly."
- ldconfig
-}