python311Packages.moto: 4.2.6 -> 4.2.10
[NixPkgs.git] / pkgs / build-support / setup-hooks / gog-unpack.sh
blob559b543fadfceb396cb7557c0b2e46727a5b8ed9
1 unpackPhase="unpackGog"
3 unpackGog() {
4 runHook preUnpackGog
6 innoextract --silent --extract --exclude-temp "${src}"
8 find . -depth -print -execdir rename -f 'y/A-Z/a-z/' '{}' \;
10 runHook postUnpackGog