===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
emacsen-common-3.0.4/emacs-install-75-  {
emacsen-common-3.0.4/emacs-install:76:    $failed = -e $script && (system($script, $flavor) != 0);
emacsen-common-3.0.4/emacs-install-77-  }
##############################################
emacsen-common-3.0.4/emacs-install-79-  {
emacsen-common-3.0.4/emacs-install:80:    $failed = -e $script && (system($script, $flavor, @installed_flavors) != 0);
emacsen-common-3.0.4/emacs-install-81-  }
##############################################
emacsen-common-3.0.4/emacs-package-install-84-      print "Install $pkg for $flavor\n";
emacsen-common-3.0.4/emacs-package-install:85:      if(-e $script && (system($script, $flavor) != 0))
emacsen-common-3.0.4/emacs-package-install-86-      {
##############################################
emacsen-common-3.0.4/emacs-package-install-99-      print "Install $pkg for $flavor\n";
emacsen-common-3.0.4/emacs-package-install:100:      if(-e $script && (system($script, $flavor, @installed_flavors) != 0))
emacsen-common-3.0.4/emacs-package-install-101-      {
##############################################
emacsen-common-3.0.4/emacs-package-remove-54-    print "Remove $pkg for $flavor\n";
emacsen-common-3.0.4/emacs-package-remove:55:    if(-e $script && (system($script, $flavor) != 0))
emacsen-common-3.0.4/emacs-package-remove-56-    {
##############################################
emacsen-common-3.0.4/emacs-package-remove-69-    print "Remove $pkg for $flavor\n";
emacsen-common-3.0.4/emacs-package-remove:70:    if(-e $script && (system($script, $flavor, @installed_flavors) != 0))
emacsen-common-3.0.4/emacs-package-remove-71-    {
##############################################
emacsen-common-3.0.4/emacs-remove-54-  {
emacsen-common-3.0.4/emacs-remove:55:    $failed = -e $script && (system($script, $flavor) != 0);
emacsen-common-3.0.4/emacs-remove-56-  }
##############################################
emacsen-common-3.0.4/emacs-remove-58-  {
emacsen-common-3.0.4/emacs-remove:59:    $failed = -e $script && (system($script, $flavor, @installed_flavors) != 0);
emacsen-common-3.0.4/emacs-remove-60-  }
##############################################
emacsen-common-3.0.4/lib.pl-78-  my($pkg) = @_;
emacsen-common-3.0.4/lib.pl:79:  my $status = `dpkg --status $pkg`;
emacsen-common-3.0.4/lib.pl-80-  die 'emacsen-common: dpkg invocation failed' if($? != 0);