wok-next diff ajaxterm/receipt @ rev 18667

Change messaging in {pre|post}_{install|remove}(): wget and a* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 04 16:32:53 2015 +0200 (2015-12-04)
parents f4c22f009037
children 9e01bc6321ea
line diff
     1.1 --- a/ajaxterm/receipt	Sat Sep 07 18:25:02 2013 +0000
     1.2 +++ b/ajaxterm/receipt	Fri Dec 04 16:32:53 2015 +0200
     1.3 @@ -71,7 +71,8 @@
     1.4  	fi
     1.5  	[ -z "$1" ] && /etc/init.d/ajaxterm start
     1.6  	[ ! -f $1/usr/lib/lighttpd/mod_proxy.so -a \
     1.7 -	  ! -f $1/etc/apache/httpd.conf ] && cat <<EOT
     1.8 +	  ! -f $1/etc/apache/httpd.conf ] &&
     1.9 +	  [ -z "$quiet" ] && cat <<EOT
    1.10  --------
    1.11  You should install either lighttpd
    1.12  # tazpkg get-install lighttpd-ssl ; tazpkg get-install lighttpd-modules
    1.13 @@ -82,4 +83,3 @@
    1.14  --------
    1.15  EOT
    1.16  }
    1.17 -