wok-current rev 22344
Remove squirrelmail-en_GB
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 17 16:39:12 2019 +0100 (2019-11-17) |
parents | 1fc119985c35 |
children | 951896e3e5b3 |
files | squirrelmail-en_GB/receipt tinyssh/receipt |
line diff
1.1 --- a/squirrelmail-en_GB/receipt Sun Nov 17 15:00:59 2019 +0100 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,28 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="squirrelmail-en_GB" 1.7 -VERSION="1.4.18-20090526" 1.8 -CATEGORY="network" 1.9 -SHORT_DESC="Locale en_GB for squirrelmail." 1.10 -MAINTAINER="pascal.bellard@slitaz.org" 1.11 -LICENSE="GPL2" 1.12 -WEB_SITE="http://www.squirrelmail.org/" 1.13 - 1.14 -DEPENDS="squirrelmail" 1.15 -WANTED="squirrelmail-locales" 1.16 - 1.17 -HOST_ARCH="any" 1.18 - 1.19 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 -genpkg_rules() 1.21 -{ 1.22 - mkdir -p $fs/usr/share/squirrelmail/locale 1.23 - cp -a $src/locale/${PACKAGE#squirrelmail-} \ 1.24 - $fs/usr/share/squirrelmail/locale 1.25 -} 1.26 - 1.27 -# Pre and post install commands for Tazpkg. 1.28 -post_install() 1.29 -{ 1.30 - sed -i "s/^\$squirrelmail_default_language = .*/\$squirrelmail_default_language = '${PACKAGE#squirrelmail-}';/" "$1/etc/squirrelmail/config.php" 1.31 -}
2.1 --- a/tinyssh/receipt Sun Nov 17 15:00:59 2019 +0100 2.2 +++ b/tinyssh/receipt Sun Nov 17 16:39:12 2019 +0100 2.3 @@ -27,6 +27,10 @@ 2.4 mkdir -p $fs/usr 2.5 2.6 cp -a $install/usr/sbin $fs/usr 2.7 + for i in $fs/usr/sbin/tinysshd-*; do 2.8 + cmp $fs/usr/sbin/tinysshd $i && 2.9 + ln -f $fs/usr/sbin/tinysshd $i 2.10 + done 2.11 } 2.12 2.13 post_install()