===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
bdii-5.2.25/debian/bdii.postinst-8-    if [ -r $conffile ] ; then
bdii-5.2.25/debian/bdii.postinst:9:	pwd=`grep '^rootpw ' $conffile | head -1 | sed 's/rootpw *//'`
bdii-5.2.25/debian/bdii.postinst-10-    fi
##############################################
bdii-5.2.25/debian/bdii.postinst-43-EOM
bdii-5.2.25/debian/bdii.postinst:44:        mkdir -p `dirname $LOCAL_APP_PROFILE` 2>/dev/null || true
bdii-5.2.25/debian/bdii.postinst-45-        mv -f "$tmp" "$LOCAL_APP_PROFILE"
##############################################
bdii-5.2.25/debian/bdii.postrm-23-	if [ -r "$LOCAL_APP_PROFILE" ] ; then
bdii-5.2.25/debian/bdii.postrm:24:	    if [ -z "`sed '/^#/d' $LOCAL_APP_PROFILE`" ] ; then
bdii-5.2.25/debian/bdii.postrm-25-		rm -f "$LOCAL_APP_PROFILE" || true