mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-05 14:12:23 +08:00
13 lines
282 B
Text
13 lines
282 B
Text
|
[Trigger]
|
||
|
Type = File
|
||
|
Operation = Install
|
||
|
Operation = Upgrade
|
||
|
Operation = Remove
|
||
|
Target = usr/lib/modules/%KERNVER%/*
|
||
|
Target = usr/lib/modules/%EXTRAMODULES%/*
|
||
|
|
||
|
[Action]
|
||
|
Description = Updating %PKGBASE% module dependencies...
|
||
|
When = PostTransaction
|
||
|
Exec = /usr/bin/depmod %KERNVER%
|