diff --git a/builds/any/installer/installer.sh.in b/builds/any/installer/installer.sh.in index c66ccbe4..470bc882 100644 --- a/builds/any/installer/installer.sh.in +++ b/builds/any/installer/installer.sh.in @@ -578,7 +578,7 @@ if test -f "$postinst"; then fi installer_unzip $installer_zip postinstall.sh || : -if test -f preinstall.sh; then +if test -f postinstall.sh; then chmod +x postinstall.sh ./postinstall.sh $rootdir fi