Search Criteria
Package Details: linux-akulm 0.4.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-akulm.git (read-only, click to copy) |
---|---|
Package Base: | linux-akulm |
Description: | Pacman hooks to have loadable modules after pacman -Syu |
Upstream URL: | https://github.com/bebehei/akulm |
Licenses: | GPL3 |
Submitter: | Stunkymonkey |
Maintainer: | zen |
Last Packager: | zen |
Votes: | 2 |
Popularity: | 0.000032 |
First Submitted: | 2018-10-17 18:32 (UTC) |
Last Updated: | 2024-07-05 12:59 (UTC) |
Dependencies (2)
- pacman (pacman-gitAUR, pacman-stable-fancy-progressAUR)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR)
Latest Comments
SolarAquarion commented on 2024-07-06 13:29 (UTC)
It's other packages that are giving me issues i realize
zen commented on 2024-07-05 12:53 (UTC)
@SolarAquarion Did you mean the
/run/modules
folder?SolarAquarion commented on 2024-07-05 12:34 (UTC)
For some reason i guess because of a change in systemd-tmpfiles, the folders are not being removed when they should be
zen commented on 2023-08-12 16:38 (UTC)
The akulm-post hook should be run after 60-depmod.hooks or some what, the link of the /usr/lib/modules/$(uname -r) will be remove while some hooks run. I find the hooks doesn't work. So I manually run akulm hook-post, and it works! I think the post hook is run to early.
Stunkymonkey commented on 2019-10-09 20:46 (UTC)
@ashkan should be fixed. Sorry for keeping you waiting.
ashkan commented on 2019-09-22 01:51 (UTC)
This runs after the dkms remove modules hook, which is a big part of why I wanted to use this. It seems that the dkms modules hook is named
70-dkms-remove.hook
. I believe this gives it a higher priority than the bareakulm-pre.hook
. I would recommend copyingakulm-pre.hook
to00-akulm-pre.hook
since it should run before anything and is a non-disruptive operation.