summarylogtreecommitdiffstats
path: root/noxbit.install
blob: 59ea922a3beb81dee02555b58318b2544fcf72a8 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo "Remember to edit /opt/noxbit/noxbit.cfg file with your UID and password"
  echo "Please edit noxbit.service if you want to place the cache directory outside of /tmp"
}

post_upgrade() {
  post_install
}