summarylogtreecommitdiffstats
path: root/openraider.install
blob: 114046f4000d07caf5fd803c45cecc737a2b25e0 (plain)
1
2
3
4
5
6
7
8
9
10
11

post_install() {
  echo "OpenRaider needs a config file to function. You can copy the default config file"
  echo "and change it to suit your needs:"
  echo " $ cp -r /usr/share/OpenRaider/ ~/.OpenRaider"
  echo " $ \$EDITOR ~/.OpenRaider/OpenRaider.ini"
}

post_upgrade() {
  post_install
}