summarylogtreecommitdiffstats
path: root/nvman.install
diff options
context:
space:
mode:
Diffstat (limited to 'nvman.install')
-rw-r--r--nvman.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/nvman.install b/nvman.install
new file mode 100644
index 000000000000..d76537aaac02
--- /dev/null
+++ b/nvman.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo "Setting default service to 'optimus' (if possible)"
+ nvman default optimus
+
+ 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)"
+}