slitaz-tools rev 716

tazlocale: added support for localizable "My WebHome" in TazWeb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 20 23:36:16 2012 +0200 (2012-03-20)
parents dcc1a388469b
children 7a4e0828dd34
files tinyutils/tazlocale
line diff
     1.1 --- a/tinyutils/tazlocale	Tue Mar 20 18:28:14 2012 +0100
     1.2 +++ b/tinyutils/tazlocale	Tue Mar 20 23:36:16 2012 +0200
     1.3 @@ -43,6 +43,11 @@
     1.4  			ln -s $soft.$LANGUAGE.html $soft.html
     1.5  		fi
     1.6  	done
     1.7 +	# SliTaz TazWeb "My Web Home"
     1.8 +	if [ -f /usr/share/tazweb/home.$LANGUAGE.html ]; then
     1.9 +		cd /usr/share/tazweb && rm -f home.html
    1.10 +		ln -s home.$LANGUAGE.html home.html
    1.11 +	fi
    1.12  	# SliTaz Tools Manuals
    1.13  	for soft in burnbox tazinst
    1.14  	do