X-Git-Url: http://www.privoxy.org/gitweb/developer-manual/index.html?a=blobdiff_plain;f=pkg%20resources%2Fsingle-binary%20scripts%2Fpostupgrade;fp=pkg%20resources%2Fsingle-binary%20scripts%2Fpostupgrade;h=c42b9738eb838fb600db7b8d9f02470fbe6db8c8;hb=45827f4223261f345af0da7b1256d6e8938142c4;hp=59c21a02deea0191c49610c1e11e7ddc4be2c1ce;hpb=511ee27ed75136ccd488cf74bc47961d4877a640;p=OSXPackageBuilder.git diff --git a/pkg resources/single-binary scripts/postupgrade b/pkg resources/single-binary scripts/postupgrade index 59c21a0..c42b973 100755 --- a/pkg resources/single-binary scripts/postupgrade +++ b/pkg resources/single-binary scripts/postupgrade @@ -28,7 +28,8 @@ # USA # # Modification : If you modify this file please consider whether your -# changes ought to be passed back to the macsetup module. +# changes ought to be passed back to the OSXPackageBuilder +# module. # # This postinstall script: @@ -129,8 +130,8 @@ case "${darwin_major_rel_num}" in ;; esac -# 6. Open the readme.rtf file for the user to read -/usr/bin/su $USER -c "/usr/bin/open /Applications/Privoxy/readme.rtfd" +# 6. Open the readme.pdf file for the user to read +/usr/bin/su $USER -c "/usr/bin/open /Applications/Privoxy/readme.pdf" /bin/mv ${logfile} /Applications/Privoxy/install.log