wok diff openerp-server/receipt @ rev 21715

updated protobuf, protobuf-dev and protobuf-python (2.4.1 -> 3.8.0)
author Hans-G?nter Theisgen
date Wed Jun 12 13:25:36 2019 +0100 (2019-06-12)
parents 16df76e1fc6a
children 505d1daeed6c
line diff
     1.1 --- a/openerp-server/receipt	Fri May 22 17:34:18 2015 +0300
     1.2 +++ b/openerp-server/receipt	Wed Jun 12 13:25:36 2019 +0100
     1.3 @@ -36,8 +36,8 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	#chroot $1/ adduser -H -D -S -s /bin/false -h /dev/null -g "OpenERP Daemon user" openerp
     1.8 -	[ -z "$1" ] && /etc/init.d/$PACKAGE start
     1.9 +	#chroot "$1/" adduser -H -D -S -s /bin/false -h /dev/null -g "OpenERP Daemon user" openerp
    1.10 +	[ "$1" ] || /etc/init.d/$PACKAGE start
    1.11  	cat <<EOF
    1.12  ----
    1.13  To start $PACKAGE server you can run :