From 469c694a679359a2167d10719f611f12397605db Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 29 Oct 2009 11:40:23 +0000 Subject: [PATCH] 2009-10-29 Miguel de Dios * DEBIAN/postinst: add the same message as RPM in the finish installation. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2059 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/DEBIAN/postinst | 2 ++ 2 files changed, 6 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0f0d97c526..281e6c45ba 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2009-10-29 Miguel de Dios + + * DEBIAN/postinst: add the same message as RPM in the finish installation. + 2009-10-29 Miguel de Dios * DEBIAN/control, DEBIAN/md5sums, DEBIAN/postinst: debian base files for diff --git a/pandora_console/DEBIAN/postinst b/pandora_console/DEBIAN/postinst index 5e3ab0207b..169dfe78d3 100755 --- a/pandora_console/DEBIAN/postinst +++ b/pandora_console/DEBIAN/postinst @@ -11,3 +11,5 @@ chown www-data /var/www/pandora_console -R echo Restart the apache. /etc/init.d/apache2 restart + +echo "Please, now, point your browser to http://your_IP_address/pandora_console/install.php and follow all the steps described on it." \ No newline at end of file