summarylogtreecommitdiffstats
path: root/piuio.install
blob: fb77a17304e756d57c15b538c698c8289a30c9ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
KERNEL_VERSION=4.5-ARCH

post_install() {
	echo ">>> Updating module dependencies. Please wait..."
	depmod "$(< "/usr/lib/modules/extramodules-$KERNEL_VERSION/version")"
}

post_upgrade() {
	post_install
}

post_remove() {
	post_install
}