#!/usr/bin/env bash # Runs at the end of ./install, after every stage and after migrations. # # Takes no arguments. This is where per-machine setup goes that Panama should # not carry for everyone: a work laptop's VPN client, a private repository # somebody clones, a package only this machine wants. # # Copy to ~/.config/panama/hooks/post-upgrade and make it executable.