mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
![Peter Chinetti](/assets/img/avatar_default.png)
I had been making fixes to my own copy of the source, but this new upstream does it better. I've started with the AUR mt7601-git PKGBUILD, and added dkms. I also fixed dkms to actually work.
11 lines
150 B
Text
11 lines
150 B
Text
post_install() {
|
|
dkms install "mt7601/2015.06.08"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
pre_remove() {
|
|
dkms remove "mt7601/2015.06.08" --all
|
|
}
|