summarylogtreecommitdiffstats
path: root/onetalker.install
blob: 2ca2a7c21d2050c49dcbc51405e6289c8fbfc9d8 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo "You should probably run onetalker --sync-assets to sync your personal"
  echo "assets with the provided ones."
}

post_upgrade() {
  post_install
}