wok-current diff slitaz-boot-scripts/receipt @ rev 17449

Up dropbear (2014.66)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 16 18:51:42 2014 +0100 (2014-12-16)
parents 209f3e3423b1
children f2c53d996c53
line diff
     1.1 --- a/slitaz-boot-scripts/receipt	Tue Nov 18 14:27:51 2014 +0100
     1.2 +++ b/slitaz-boot-scripts/receipt	Tue Dec 16 18:51:42 2014 +0100
     1.3 @@ -56,6 +56,9 @@
     1.4  post_install()
     1.5  {
     1.6  	case "$SLITAZ_ARCH" in
     1.7 -		i?86) chroot $1/ /usr/bin/rcSconf up ;;
     1.8 +	        i?86) chroot $1/ /usr/bin/rcSconf up ;;
     1.9 +                 arm) if [ ! -d "/var/lib/tazpkg/installed/slitaz-arm-configs" ]; then
    1.10 +                         spk-add slitaz-arm-configs
    1.11 +                      fi ;;   
    1.12  	esac
    1.13  }