# 3. Detects the version of OS X on which we're installing
# 4. Creates the logfile if not found and sets its ownership and persmissions
# 5. Disables the startup method not necessary for the host's OS X version and start Privoxy
-# 6. Writes the package name into the uninstall script
-# 7. Opens the readme.rtf file for the user to read
+# 6. Opens the readme.rtf file for the user to read
# preinstall created this file; continue to append to it in this script
logfile='/var/privoxy_installation.log'
;;
esac
-# 6. Write the package name into the uninstall script
-#
-#TODO
-
-# 7. Open the readme.rtf file for the user to read
+# 6. Open the readme.rtf file for the user to read
/usr/bin/su $USER -c "/usr/bin/open /Applications/Privoxy/readme.rtfd"
/bin/mv ${logfile} /Applications/Privoxy/install.log