aboutsummarylogtreecommitdiffstats
path: root/saved-kernel-modules.install
blob: 951bf1a7a380e926332526f89eb149776481205c (plain)
1
2
3
4
5
6
7
post_install() {
  systemctl enable saved-kernel-modules.timer
}

pre_remove() {
  systemctl disable saved-kernel-modules.timer
}