summarylogtreecommitdiffstats
path: root/translate-shell.install
blob: f65b4951aab10d6913e713243ba9de4155d255bf (plain)
1
2
3
4
5
6
7
8
9
post_upgrade() {
  echo 'If you use zsh with grml-zsh-config,'
  echo 'then run `translate-shell` instead of `trans`.'
  echo 'Alternatively, run `/usr/bin/trans` directly.'
}

post_install() {
  post_upgrade
}