Index: /tags/ipp-20130307/pstamp/scripts/pstamp_cleanup.pl
===================================================================
--- /tags/ipp-20130307/pstamp/scripts/pstamp_cleanup.pl	(revision 35481)
+++ /tags/ipp-20130307/pstamp/scripts/pstamp_cleanup.pl	(revision 35482)
@@ -192,6 +192,10 @@
             run(command => $command, verbose => $verbose);
         unless ($success) {
-            my $rc = $error_code >> 8;
-            my_die("Unable to perform $command return status: $rc", $req_id, $rc);
+            if (-e $dir) {
+                my $rc = $error_code >> 8;
+                my_die("Unable to perform $command return status: $rc", $req_id, $rc);
+            } else {
+                print STDERR "rm claimed to fail but directory no longer exists\n";
+            }
         }
     } else {
