summarylogtreecommitdiffstats
path: root/strider.install
blob: c697654978eca0f6f18f1737bc58f05a7a6e21d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

post_install() {
  cd /opt/strider
  tar zxf strider-bin.tar.gz
  rm -f strider-bin.tar.gz
}

pre_remove() {
  cd /opt/strider
  rm -f Strider
  rm -f *.dat
  rm -f *.pak
  rm -f *.so
  rm -f locales/*
  rmdir locales
}