# -*- mode: snippet -*-
# name: unpackPhase
# key: up
# --
unpackPhase = ''
  runHook preUnpack
  $1
  runHook postUnpack
'';
$0
