aboutsummarylogtreecommitdiffstats
path: root/kernel-modules-hook.install
blob: b0af4a3ce954e9498d306a0b2f33c4860216ccbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
	cat << EOF

Please execute

  $ sudo systemctl daemon-reload
  $ sudo systemctl enable linux-modules-cleanup

Report any issues to:
https://github.com/saber-nyan/kernel-modules-hook/issues


										~desu

EOF
}