From c01fa01556c685a8754ba8c8a141d9eccd97db93 Mon Sep 17 00:00:00 2001 From: Ian Silvester Date: Thu, 21 Jan 2016 20:15:56 +0000 Subject: [PATCH] Modify postinstall to open readme.pdf instead of readme.rtfd --- pkg resources/single-binary scripts/postinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg resources/single-binary scripts/postinstall b/pkg resources/single-binary scripts/postinstall index ccc1b76..c42b973 100755 --- a/pkg resources/single-binary scripts/postinstall +++ b/pkg resources/single-binary scripts/postinstall @@ -130,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 -- 2.39.2