pkgbuilds/condor-hooks/condor-hooks.install

8 lines
176 B
Plaintext
Raw Normal View History

2024-10-13 09:19:50 -06:00
post_install() {
systemctl enable linux-modules-cleanup
}
post_upgrade() {
systemctl is-enabled linux-modules-cleanup >/dev/null || systemctl enable linux-modules-cleanup
}