#!/usr/bin/env bash # Runs after `panama migrate` has applied repairs, and only when it applied at # least one. Takes no arguments. # # Useful when a machine keeps local state that a repair might have invalidated. # # Copy to ~/.config/panama/hooks/post-migrate and make it executable.