summarylogtreecommitdiffstats
path: root/skywire.install
blob: 72b4dab60d0648815907ea362d5afd6848943642 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#pre-install() {
#kill any instance that was running
#systemctl disable --now skywire.service
#}

post_install() {
#/opt/skywire/bin/skywire-cli config auto
/opt/skywire/scripts/skywire-autoconfig
}

#pre-upgrade() {
#pre-install
#}

post_upgrade() {
post_install
}

pre-remove() {
systemctl disable --now skywire.service
}

post_remove() {
#remove possibly dangling configs so as not to interfere with future installs
rm -rf /opt/skywire
}