FS#59622 Remove --quick
This commit is contained in:
parent
4f923644d0
commit
67c4d5f395
|
@ -9,4 +9,4 @@ Target = usr/lib/modules/%EXTRAMODULES%/*
|
||||||
[Action]
|
[Action]
|
||||||
Description = Updating %PKGBASE% module dependencies...
|
Description = Updating %PKGBASE% module dependencies...
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /usr/bin/depmod --quick %KERNVER%
|
Exec = /usr/bin/depmod %KERNVER%
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -27,7 +27,7 @@ validpgpkeys=(
|
||||||
)
|
)
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
'aa7b6756f193f3b3a3fc4947e7a77b09e249df2e345e6495292055d757ba8be6'
|
'aa7b6756f193f3b3a3fc4947e7a77b09e249df2e345e6495292055d757ba8be6'
|
||||||
'36e326d8a88b4087a3a0ee0d47643fc03baeda487659980d0e9d08791e4c729c'
|
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
|
||||||
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
|
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
|
||||||
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
|
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue