wok-6.x diff openldap/receipt @ rev 21348
updated libxklavier and libxklavier-dev again (5.0 -> 5.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 20 16:45:16 2019 +0100 (2019-04-20) |
parents | 9e01bc6321ea |
children | dd9b0bdf9963 |
line diff
1.1 --- a/openldap/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/openldap/receipt Sat Apr 20 16:45:16 2019 +0100 1.3 @@ -52,11 +52,13 @@ 1.4 # Pre and post install commands for Tazpkg. 1.5 post_install() 1.6 { 1.7 + nl="\\n" 1.8 ( cd "$1/$INSTALLED/" ; grep -l /etc/openldap/slapd.conf */receipt ) | \ 1.9 while read file; do 1.10 pkg=$(dirname $file) 1.11 [ "$pkg" = "$PACKAGE" ] && continue 1.12 - echo "Reconfiguring $pkg for $PACKAGE..." 1.13 + echo -e "${nl}Reconfiguring $pkg for $PACKAGE..." 1.14 + nl="" 1.15 chroot "$1/" tazpkg reconfigure $pkg 1.16 done 1.17 }