X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fconfig;h=1d8f82e7b7ed493ccb787aae13244eb22d934d0d;hb=refs%2Ftags%2Fdebian%2F0.4b40-1;hp=448965653a3394bcd52ca3d565d7eeeb1349cb66;hpb=48e877a90f49ba854953db561f949519ef3defa8;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