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 }