X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fconfig;h=1d8f82e7b7ed493ccb787aae13244eb22d934d0d;hb=f893760599706221b73873f45175a9af46c49e08;hp=448965653a3394bcd52ca3d565d7eeeb1349cb66;hpb=3bd5135be25570ad08531f4b5948325e6bdf65a8;p=debian%2Fdump diff --git a/debian/config b/debian/config index 4489656..1d8f82e 100644 --- a/debian/config +++ b/debian/config @@ -13,7 +13,7 @@ if [ -L /etc/dumpdates ]; then db_go fi -if [ -f /etc/dumpdates -a ! -f /var/lib/dumpdates ]; then +if [ -f /etc/dumpdates ] && [ -f /var/lib/dumpdates ]; then # moving from etc to var db_input medium dump/moving_from_etc_to_var || true db_go