wok-6.x diff openerp-server/receipt @ rev 22692
updated emacs again (24.3 -> 26.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 20 17:40:23 2020 +0100 (2020-01-20) |
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 Mon Jan 20 17:40:23 2020 +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 :