Version references now automatically populated during package build workflow
[OSXPackageBuilder.git] / pkg content skeleton / Applications / Privoxy / uninstall.command
index 567f0a3..6c308a8 100755 (executable)
@@ -69,14 +69,11 @@ if [ "$UID" -eq "$root_UID" ]; then
                        
                        # Delete all items referenced by the installation package
                        echo 'Delete package installation receipt (ignore errors relating to other bundle identifiers).'
-                       # TODO overwrite PKGNAME during postinstall execution with the name of the package being installed.
-                       # In the meantime, the package name must be manually entered for each release.
-                       #pkgutil --forget PKGNAME
-                       # if OS X 10.5 or newer then use the new pkgutil command else simply delete the receipt file
+                       # On OS X 10.5 or newer we can use the new pkgutil command else simply delete the receipt file
                        if [ -x /usr/sbin/pkgutil ]; then
-                               pkgutil --forget org.ijbswa.privoxy3019.pkg
+                               pkgutil --forget org.ijbswa.privoxyPRIVOXY_VERSION.pkg
                        else
-                               rm -rf /Library/Receipts/Privoxy\ 3.0.19\ OS\ X\ 10.4.pkg
+                               rm -rf /Library/Receipts/Privoxy\ PRIVOXY_VERSION\ OS\ X\ 10.4.pkg
                        fi
 
                        # Check the Trash, just in case the user manually removed the only obvious item from /Applications