X-Git-Url: http://www.privoxy.org/gitweb/appendix.html?a=blobdiff_plain;f=pkg%20resources%2Fsingle-binary%20scripts%2Fpostinstall;fp=pkg%20resources%2Fsingle-binary%20scripts%2Fpostinstall;h=f228b50a20f98a51ad4d8b7c47d2f66882ff66e0;hb=bfda137f4277f4bd4beffc06461695a093022dc2;hp=215a189cfe1e1a5bec336af7f8a8139428fc1b84;hpb=48f0e54fa961decda0acf0f695e21bc5dbcb71f1;p=OSXPackageBuilder.git diff --git a/pkg resources/single-binary scripts/postinstall b/pkg resources/single-binary scripts/postinstall index 215a189..f228b50 100755 --- a/pkg resources/single-binary scripts/postinstall +++ b/pkg resources/single-binary scripts/postinstall @@ -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