===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tex-common-6.15/scripts/postrm-tex-34-            # try to remove empty directories of format dumps
tex-common-6.15/scripts/postrm-tex:35:            dn=`dirname $fmt`
tex-common-6.15/scripts/postrm-tex-36-            if [ $dn != "." ] ; then
##############################################
tex-common-6.15/scripts/update-language-103-  # if texlive-base is not properly installed, we do nothing
tex-common-6.15/scripts/update-language:104:  my $stat = `dpkg-query -W -f=\'\${Status}\' texlive-base:all 2>/dev/null`;
tex-common-6.15/scripts/update-language-105-  if ($stat ne "install ok installed") {
##############################################
tex-common-6.15/scripts/update-texmf-10-TMPDIR=`mktemp -d`
tex-common-6.15/scripts/update-texmf:11:TMPTXMF=`mktemp -p ${TMPDIR} texmfXXXXXXX`
tex-common-6.15/scripts/update-texmf-12-
##############################################
tex-common-6.15/scripts/update-texmf-44-
tex-common-6.15/scripts/update-texmf:45:CNFFILES=`find ${CNFDIR} -name \*.cnf -print | sort`
tex-common-6.15/scripts/update-texmf-46-if [ $DEBUG = true ]; then