X-Git-Url: http://www.privoxy.org/gitweb/user-manual/contact.html?a=blobdiff_plain;f=pkg%20content%20skeleton%2FApplications%2FPrivoxy%2Funinstall.command;h=6f320800d59afdc65dd9b333b7460a40d0389e22;hb=62ca782d49337416e7263b90773af4ff4ce1a6b3;hp=a237fe1163e452da7714d0339348657ef72e1b38;hpb=ea824d135bad68ac0d4b1f24db7be4596819c24e;p=OSXPackageBuilder.git diff --git a/pkg content skeleton/Applications/Privoxy/uninstall.command b/pkg content skeleton/Applications/Privoxy/uninstall.command index a237fe1..6f32080 100755 --- a/pkg content skeleton/Applications/Privoxy/uninstall.command +++ b/pkg content skeleton/Applications/Privoxy/uninstall.command @@ -88,7 +88,7 @@ if [ "$UID" -eq "$root_UID" ]; then case "${darwin_major_rel_num}" in # Mac OS X 10.5 or higher - 9|1*) + 9|1*|2*|3*) # Delete Privoxy LaunchDaemon echo 'Delete Privoxy LaunchDaemon (an error will be thrown regarding "no such process")' /bin/launchctl unload /Library/LaunchDaemons/org.ijbswa.privoxy.plist @@ -140,4 +140,4 @@ else echo fi -exit 0 \ No newline at end of file +exit 0