===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
metacity-themes-1.0.13/debian/extract.pl-30-   if ($file=~ m/gz$/){
metacity-themes-1.0.13/debian/extract.pl:31:       `tar zxf $file -C $path`;
metacity-themes-1.0.13/debian/extract.pl-32-   }else{
metacity-themes-1.0.13/debian/extract.pl:33:       `bunzip2 -k -c $file | tar -x -C $path`;
metacity-themes-1.0.13/debian/extract.pl-34-   }
##############################################
metacity-themes-1.0.13/debian/extract.pl-47-        chdir($TMPDIR);
metacity-themes-1.0.13/debian/extract.pl:48:        my $themepath=`ls -F1|grep -e "/\$"`;
metacity-themes-1.0.13/debian/extract.pl-49-        chomp($themepath);
metacity-themes-1.0.13/debian/extract.pl:50:        my @docfiles=map { $themepath.$_; } split("\n",`ls $themepath`);
metacity-themes-1.0.13/debian/extract.pl-51-        my $docfiles=join(" ",@docfiles);
metacity-themes-1.0.13/debian/extract.pl:52:        `cp $docfiles $themepath$name`;
metacity-themes-1.0.13/debian/extract.pl:53:        `mv $themepath$name .`;
metacity-themes-1.0.13/debian/extract.pl:54:        `tar czvf $tarball $name`;
metacity-themes-1.0.13/debian/extract.pl:55:        `cp $tarball ../..`;
metacity-themes-1.0.13/debian/extract.pl-56-        chdir($PWD);
##############################################
metacity-themes-1.0.13/debian/makedoc.pl-81-					print "$theme->{name}: removing redundant file $dir/$term\n";
metacity-themes-1.0.13/debian/makedoc.pl:82:					`rm $dir/$term`;
metacity-themes-1.0.13/debian/makedoc.pl-83-				}
##############################################
metacity-themes-1.0.13/debian/makedoc.pl-89-					print "$theme->{name}: moving documentation $dir/$term\n";
metacity-themes-1.0.13/debian/makedoc.pl:90:					`mv $dir/$term $DOCDIR/$theme->{name}/`;
metacity-themes-1.0.13/debian/makedoc.pl-91-				}
##############################################
metacity-themes-1.0.13/debian/makedoc.pl-98-						print "$theme->{name}: WARNING: Deleting backup file: $dir/$file\n";
metacity-themes-1.0.13/debian/makedoc.pl:99:						`rm -r $dir/$file`;
metacity-themes-1.0.13/debian/makedoc.pl-100-					}