Changed hard links to soft links
authorIan Silvester <iansilvester@fastmail.fm>
Tue, 27 Mar 2012 00:45:43 +0000 (00:45 +0000)
committerIan Silvester <iansilvester@fastmail.fm>
Tue, 27 Mar 2012 00:45:43 +0000 (00:45 +0000)
pkg resources/single-binary scripts/postupgrade

index 215a189..f228b50 100755 (executable)
@@ -38,8 +38,7 @@
 #  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'
@@ -130,11 +129,7 @@ case "${darwin_major_rel_num}" in
     ;;
 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