summarylogtreecommitdiffstats
path: root/ardor.install
diff options
context:
space:
mode:
Diffstat (limited to 'ardor.install')
-rw-r--r--ardor.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/ardor.install b/ardor.install
new file mode 100644
index 000000000000..83f2c4437c95
--- /dev/null
+++ b/ardor.install
@@ -0,0 +1,15 @@
+note() {
+ printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
+}
+
+pre_upgrade() {
+ rm /opt/ardor/lib/*
+}
+
+post_install() {
+ note "Use 'sudo systemctl enable ardor' to automatically start Ardor at system launch"
+}
+
+post_upgrade() {
+ post_install
+}