summarylogtreecommitdiffstats
path: root/open-webui.install
blob: 613c3b2beeb18b156b062d0c0c9dcadc33cf26d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo "	==> Open WebUI OpenRC service installed"
  echo "	==> Add it to startup with: rc-update add open-webui default"
  echo "	==> Start it now with:      rc-service open-webui start"
}

post_upgrade() {
  post_install "$1"
}

pre_remove() {
  echo "	==> If enabled, remove it from startup with: rc-update del open-webui default"
}