squirrelmail-translations: removed conflicting with base package en_US help files

This commit is contained in:
Mikhail Kolesnik 2007-02-14 21:24:54 +02:00
parent 353c1865c8
commit c932ea866f
2 changed files with 2 additions and 11 deletions

View File

@ -74,16 +74,6 @@ drwxr-xr-x root/root srv/www/apache/htdocs/squirrelmail/help/en_GB/
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/en_GB/options.hlp
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/en_GB/read_mail.hlp
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/en_GB/search.hlp
drwxr-xr-x root/root srv/www/apache/htdocs/squirrelmail/help/en_US/
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/en_US/FAQ.hlp
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/en_US/addresses.hlp
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/en_US/basic.hlp
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/en_US/compose.hlp
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/en_US/folders.hlp
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/en_US/main_folder.hlp
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/en_US/options.hlp
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/en_US/read_mail.hlp
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/en_US/search.hlp
drwxr-xr-x root/root srv/www/apache/htdocs/squirrelmail/help/es_ES/
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/es_ES/FAQ.hlp
-rw-r--r-- root/root srv/www/apache/htdocs/squirrelmail/help/es_ES/addresses.hlp

View File

@ -5,7 +5,7 @@
name=squirrelmail-translations
version=1.4.9-20070106
release=1
release=2
source=(http://dl.sourceforge.net/sourceforge/squirrelmail/all_locales-$version.tar.bz2)
build() {
@ -27,4 +27,5 @@ build() {
cp -r $dir $PKG/$SQM_HTDOCS_ROOT/squirrelmail
done
fi
rm -rf $PKG/$SQM_HTDOCS_ROOT/squirrelmail/help/en_US
}