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

Please execute

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

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

This package is forked from:
https://github.com/saber-nyan/kernel-modules-hook


										~arigatou

EOF
}