summarylogtreecommitdiffstats
path: root/nanominer-cuda.install
diff options
context:
space:
mode:
authorDen Ivanov2021-11-01 14:16:59 +0100
committerDen Ivanov2021-11-01 14:16:59 +0100
commit1f3f1e0822c954e964d6d07e003535178a2f4b8c (patch)
treec62ff066f2bda59889083c5921483cb634b53760 /nanominer-cuda.install
parent1a03091c08e762cb3f83e690eb43bef36958af34 (diff)
downloadaur-1f3f1e0822c954e964d6d07e003535178a2f4b8c.tar.gz
Nanominer cuda 3.4.1
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/"
+}