1 2 3 4 5 6 7
post_install() { systemctl enable saved-kernel-modules.timer } pre_remove() { systemctl disable saved-kernel-modules.timer }