aboutsummarylogtreecommitdiffstats
path: root/jetm-kernel-settings.install
blob: 1259bc1a253366e9b9eacf16f9106a7b2ba6359d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
_print_notes() {
    cat <<'EOF'

==> Enable the wifi regulatory path:
      systemctl enable --now jetm-iw-set-regdomain.path

==> Apply the new sysctl values:
      sudo sysctl --system

EOF
}

post_install() {
    _print_notes
}

post_upgrade() {
    _print_notes
}