summarylogtreecommitdiffstats
path: root/nanominer.install
diff options
context:
space:
mode:
authorEdvinAlvarado2021-06-26 17:10:13 -0700
committerEdvinAlvarado2021-06-26 17:10:13 -0700
commitac8ac1b026f8357c492115319ffc98c05d0365a8 (patch)
treeb5107bb7878fad3645b3d0e4c10887155ab27976 /nanominer.install
downloadaur-ac8ac1b026f8357c492115319ffc98c05d0365a8.tar.gz
uploading package for the first time
Diffstat (limited to 'nanominer.install')
-rw-r--r--nanominer.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/nanominer.install b/nanominer.install
new file mode 100644
index 000000000000..a7cdc4032132
--- /dev/null
+++ b/nanominer.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/"
+}