portable-devtools / git /etc /post-install /99-post-install-cleanup.post
codekingpro's picture
Add files using upload-large-folder tool
a48938a verified
Raw
History Blame Contribute Delete
204 Bytes
# 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