summarylogtreecommitdiffstats
path: root/backports.install
blob: b49fd5be46cf8d6a8ee123a599beb589952e0e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	post_upgrade
	echo 'Read the doc: https://backports.wiki.kernel.org/index.php/Main_Page'
}

post_upgrade() {
	depmod
	echo
#	usr/bin/athenable ath5k
#	usr/bin/iwl-enable iwlagn
}

post_remove() {
	depmod
}