summarylogtreecommitdiffstats
path: root/synaptics-led-dkms.install
blob: fc5d4b826a329d93912ea70811442559334d301a (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	depmod
}

post_upgrade() {
	post_install
}

post_remove() {
	post_install
}