env-windows/tools/MinGit-2.25.1-32-bit/etc/post-install/99-post-install-cleanup.post
2022-08-10 20:32:35 -04:00

7 lines
204 B
Plaintext

# Only remove post-install scripts if we're not in the SDK.
# They need to be there to build the installer packages.
if [ -f /ReleaseNotes.html -o -f /README.portable ]
then
rm -rf /etc/post-install
fi