[libconfig-model-perl] 06/07: dh postinst: fix manual upgrade instructions

dod at debian.org dod at debian.org
Sun Sep 29 18:35:32 UTC 2013


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch fix-dh-cm
in repository libconfig-model-perl.

commit afbfb7f75ee9982d50afcf643f8ff575bdc203dd
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Sep 29 19:34:40 2013 +0200

    dh postinst: fix manual upgrade instructions
---
 debian/dh/postinst-cme |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/dh/postinst-cme b/debian/dh/postinst-cme
index b384421..2e0f28a 100644
--- a/debian/dh/postinst-cme
+++ b/debian/dh/postinst-cme
@@ -9,5 +9,5 @@ db_get  %PACKAGE%/auto-upgrade-config
 if [ "$RET" = true ] && [ -x "/usr/bin/perl" ] && [ -x "/usr/bin/cme" ] 
 then
 	cme migrate %APPNAME% -backup dpkg-old -try-app-as-model %OPTION% || \
-	echo "WARNING: upgrade with cme failed: Run 'cme migrate %APPNAME% -try-app-as-model -force %OPTION%'."
+	echo "WARNING: upgrade with cme failed: Run 'sudo cme migrate %APPNAME% %OPTION%'."
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-perl.git



More information about the Pkg-perl-cvs-commits mailing list