summarylogtreecommitdiffstats
path: root/nanominer-cuda.install
diff options
context:
space:
mode:
Diffstat (limited to 'nanominer-cuda.install')
-rw-r--r--nanominer-cuda.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/nanominer-cuda.install b/nanominer-cuda.install
new file mode 100644
index 000000000000..5d68c9dd29ee
--- /dev/null
+++ b/nanominer-cuda.install
@@ -0,0 +1,14 @@
+post_install () {
+ echo "existing config*.ini files are maintained."
+ # echo "If no existing config*.ini exists, it will include the src file ones."
+ echo "Remember to change the address in the config files to yours"
+ echo "find examples in /opt/nanominer/config_examples/"
+}
+
+post_upgrade() {
+ echo "Your config files should still be there"
+}
+
+post_remove() {
+ echo "config files are not removed from /opt/nanominer/"
+}