summarylogtreecommitdiffstats
path: root/ape1553-bsp.install
blob: 17d9839c4db1b09d0b90f14bad3279fb241493d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install () {
	echo ">>> Updating module dependencies. Please wait ..."
	depmod

	echo ">>> Updating library run time bindings. Please wait ..."
	sbin/ldconfig -r .

	echo ">>> Please load/unload aim_mod kernel module manually"
}

post_upgrade() {
	echo ">>> Updating module dependencies. Please wait ..."
	depmod

	echo ">>> Updating library run time bindings. Please wait ..."
	sbin/ldconfig -r .

	echo ">>> Please load/unload aim_mod kernel module manually"
}