wok-stable diff lighttpd/receipt @ rev 1232
Add pyparsing
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 11 07:34:21 2008 +0000 (2008-08-11) |
parents | ca4331756d20 |
children | e53076a6ce3f |
line diff
1.1 --- a/lighttpd/receipt Thu Jul 17 13:55:58 2008 +0200 1.2 +++ b/lighttpd/receipt Mon Aug 11 07:34:21 2008 +0000 1.3 @@ -75,7 +75,7 @@ 1.4 pre_install() 1.5 { 1.6 echo "Processing pre-install commands..." 1.7 - /etc/init.d/$PACKAGE stop 1.8 + [ -f /etc/init.d/$PACKAGE ] && /etc/init.d/$PACKAGE stop 1.9 } 1.10 post_install() 1.11 {