14 lines
328 B
Text
14 lines
328 B
Text
|
[Trigger]
|
||
|
Operation = Upgrade
|
||
|
Operation = Remove
|
||
|
Type = Package
|
||
|
Target = linux
|
||
|
Target = linux-hardened
|
||
|
Target = linux-mainline
|
||
|
|
||
|
[Action]
|
||
|
Depends = coreutils
|
||
|
Depends = bash
|
||
|
When = PreTransaction
|
||
|
Exec = /usr/bin/bash -c 'find /usr/lib/modules -maxdepth 1 -type l -delete; cp -a /usr/lib/modules/$(uname -r) /tmp 2>/dev/null || :'
|