Modify postinstall to open readme.pdf instead of readme.rtfd
authorIan Silvester <iansilvester@fastmail.fm>
Thu, 21 Jan 2016 20:15:56 +0000 (20:15 +0000)
committerIan Silvester <iansilvester@fastmail.fm>
Thu, 21 Jan 2016 20:15:56 +0000 (20:15 +0000)
pkg resources/single-binary scripts/postinstall

index ccc1b76..c42b973 100755 (executable)
@@ -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