summarylogtreecommitdiffstats
path: root/childsplay.install
blob: c6a56154ba152a8907b3de7e121dab5e200f1784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install () {
  echo "To use childsplay with your own language, use"
  echo "childsplay --language={choose from ar bg ca cs de el en es fr it lt nb nl pl pt ro ru sl sk sv uk vi}"
}

post_upgrade () {
  post_install
}

post_remove () {
  rm -rf /usr/bin/childsplay
}