===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lltag-0.14.6/debian/preinst-9-    if [ -e "$CONFFILE" ]; then
lltag-0.14.6/debian/preinst:10:	md5sum="`md5sum \"$CONFFILE\" | sed -e \"s/ .*//\"`"
lltag-0.14.6/debian/preinst:11:	old_md5sum=`dpkg-query -W -f='${Conffiles} ' lltag | grep "$CONFFILE[[:space:]]" | cut -d' ' -f3`
lltag-0.14.6/debian/preinst-12-	if [ "$md5sum" = "$old_md5sum" ]; then