summarylogtreecommitdiffstats
path: root/transifex-client.install
blob: e50bf8c49482aecc267d1cff14b71ba5e81b7e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  true
}

post_upgrade() {
  echo ""
  echo "NOTE: If you just upgraded to the new go-based transifex client,"
  echo "you may need to migrate your configuration."
  echo ""
  echo "See the following page for instructions:"
  echo "https://github.com/transifex/cli#migrating-from-older-versions-of-the-client"
  echo ""
}

post_remove() {
  true
}