From 45827f4223261f345af0da7b1256d6e8938142c4 Mon Sep 17 00:00:00 2001 From: Ian Silvester Date: Fri, 22 Jan 2016 13:54:55 +0000 Subject: [PATCH] Correcting a comment --- pkg resources/single-binary scripts/postupgrade | 7 ++++--- pkg resources/single-binary scripts/preupgrade | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) 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 diff --git a/pkg resources/single-binary scripts/preupgrade b/pkg resources/single-binary scripts/preupgrade index 0e3926f..f0238ea 100755 --- a/pkg resources/single-binary scripts/preupgrade +++ b/pkg resources/single-binary scripts/preupgrade @@ -27,7 +27,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 preinstall script: -- 2.39.2