summarylogtreecommitdiffstats
path: root/nvman.install
blob: 15414e188175dd9baa8a74dc8d064f1f99bd0108 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo -n "IMPORTANT! Run 'nvman default bumblebee' or 'nvman default optimus' to set "
    echo "one default service! (extremely needed)"

    echo "Enabling nvman.service (if possible)"
    systemctl enable nvman.service

    echo -n "IMPORTANT! Enable 'nvman.service' with 'systemctl enable nvman.service' "
    echo "(if it wasn't enabled yet)"
}