From 7226233fc2675546de5034b6c5b5043a45ca9bf2 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 2 May 2016 16:47:26 -0500 Subject: trytond-3.8.4-1: updating version --- pcr/trytond/trytond.install | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'pcr/trytond/trytond.install') diff --git a/pcr/trytond/trytond.install b/pcr/trytond/trytond.install index 46d6daaba..453bcac1d 100644 --- a/pcr/trytond/trytond.install +++ b/pcr/trytond/trytond.install @@ -2,17 +2,20 @@ post_install() { echo echo "Adding tryton group... " groupadd tryton - echo echo "Adding tryton user... " useradd -c "Tryton Server Daemon" -g tryton -s /bin/false tryton + echo echo "Note:" - echo "==> Please don't forget to configure your PostgreSQL database for the program." + echo "- Tryton modules can be installed using pip2, e.g. 'pip2 install trytond-party'." + echo "- Configure Tryton using the config file /etc/trytond.conf." + echo "- See the Tryton documentation at http://doc.tryton.org for more information." + echo } post_remove() { - echo "Removing tryton system user... " - userdel tryton && echo "trytond [done]" + echo "Removing tryton user... " + userdel tryton } op=$1 -- cgit v1.2.3-2-g168b