summarylogtreecommitdiffstats
path: root/8188fu-dkms.install
blob: e41f59ca53bae5bbaab7c9c87dffc767eca1256b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	dkms install 8188fu/${1%%-*}
}

pre_upgrade() {
	pre_remove ${2%%-*}
}

post_upgrade() {
	post_install ${1%%-*}
}

pre_remove() {
	dkms remove 8188fu/${1%%-*} --all
}