wok diff slitaz-boot-scripts/receipt @ rev 18545

Add: get-vivaldi, kazehakase. Up: firefox-official(42.0). Misc: change various icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 03:08:19 2015 +0200 (2015-11-07)
parents 07285fa0ddec
children a11ddb7bb50b
line diff
     1.1 --- a/slitaz-boot-scripts/receipt	Thu Nov 05 22:33:44 2015 +0100
     1.2 +++ b/slitaz-boot-scripts/receipt	Sat Nov 07 03:08:19 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-boot-scripts"
     1.7 -VERSION="414"
     1.8 +VERSION="415"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Provide all the initialisation scripts used at boot time."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -54,9 +54,11 @@
    1.13  post_install()
    1.14  {
    1.15  	case "$SLITAZ_ARCH" in
    1.16 -	        i?86) chroot $1/ /usr/bin/rcSconf up ;;
    1.17 -                 arm) if [ ! -d "/var/lib/tazpkg/installed/slitaz-arm-configs" ]; then
    1.18 -                         spk-add slitaz-arm-configs
    1.19 -                      fi ;;   
    1.20 +		i?86)
    1.21 +			chroot $1/ /usr/bin/rcSconf up ;;
    1.22 +		arm)
    1.23 +			if [ ! -d "/var/lib/tazpkg/installed/slitaz-arm-configs" ]; then
    1.24 +				spk-add slitaz-arm-configs
    1.25 +			fi ;;
    1.26  	esac
    1.27  }