Enhance packagers

This commit is contained in:
Laurent Destailleur 2011-06-22 20:17:42 +00:00
parent aef6c2641d
commit 1683d09a64

View File

@ -177,7 +177,7 @@ case "$1" in
export conffile="/etc/$server/conf.d/dolibarr.conf" export conffile="/etc/$server/conf.d/dolibarr.conf"
if [ -f $conffile ] ; if [ -f $conffile ] ;
then then
rm $conffile rm -f $conffile
status=purge status=purge
fi fi