#!/bin/bash

. /usr/lib/eole/diagnose.sh

EOLE_DIR="/usr/share/eole/creole"
patchfiles="${EOLE_DIR}/patch/*.patch ${EOLE_DIR}/patch/variante/*.patch"
if [ `ls $patchfiles 2>/dev/null|wc -l` -gt 0 ];then
    EchoGras "*** Patches"
    printf ".  %${len_pf}s => " "patches"
    /usr/share/creole/testpatches.py
    echo
fi
exit 0
