summarylogtreecommitdiffstats
path: root/nvpy.install
diff options
context:
space:
mode:
Diffstat (limited to 'nvpy.install')
-rw-r--r--nvpy.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/nvpy.install b/nvpy.install
new file mode 100644
index 000000000000..5fd6b194f71a
--- /dev/null
+++ b/nvpy.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "Be sure to create a config file containing your login credentials
+ at: '~/.nvpy.cfg'"
+ echo "Example config provided at '/usr/share/nvpy/nvpy.cfg'"
+}