summarylogtreecommitdiffstats
path: root/openbor.install
blob: e617e6ffc09d638369e938dfdd7b1df3141d069a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

post_install() {
  echo "This package contains a launcher script that will setup OpenBOR to use the"
  echo "folder ~/.OpenBOR for all data files. Put your PAK files and configs there."
}

post_upgrade() {
  post_install
}

post_remove() {
  echo "Remember to clean up your ~/.OpenBOR folder."
}