summarylogtreecommitdiffstats
path: root/olsrd.install
diff options
context:
space:
mode:
Diffstat (limited to 'olsrd.install')
-rw-r--r--olsrd.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/olsrd.install b/olsrd.install
new file mode 100644
index 000000000000..9f2fa03aa4bb
--- /dev/null
+++ b/olsrd.install
@@ -0,0 +1,12 @@
+
+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
+}