- Fix the last change in %post

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=110
This commit is contained in:
Peter Varkoly 2011-12-06 11:04:39 +00:00 committed by Git OBS Bridge
parent 457e02b544
commit 30094cd61d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 6 11:04:12 UTC 2011 - varkoly@suse.com
- Fix the last change in %post
-------------------------------------------------------------------
Fri Dec 2 06:44:28 UTC 2011 - varkoly@suse.com

View File

@ -402,8 +402,9 @@ else
ln -s /usr/sbin/SuSEconfig.postfix /sbin/conf.d/SuSEconfig.postfix
fi
fi
for i in `ls /etc/postfix/*db`;
for i in /etc/postfix/*db;
do
test -e "$i" || continue;
b=$( basename $i .db );
postmap /etc/postfix/$b;
done