summarylogtreecommitdiffstats
path: root/olsrd.install
blob: 9f2fa03aa4bbb1aa5aee4d660d6ad668574ea65e (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}