From 70a5239843465a784c9bdf7ed369c115c1dc6e29 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 14 Jun 2011 15:43:25 +0200 Subject: [PATCH] Die neue Version wird 2.6.3 sein, nicht 2.7.0 --- DEBIAN/DEBIAN/postinst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEBIAN/DEBIAN/postinst b/DEBIAN/DEBIAN/postinst index 5bdd95812..45a89845d 100755 --- a/DEBIAN/DEBIAN/postinst +++ b/DEBIAN/DEBIAN/postinst @@ -116,9 +116,9 @@ case "$1" in echo " ! "`date`" $1 !" >> $debugfile VER=`cat /var/www/lx-office-erp/VERSION | cut -d '.' -f2` - if [ $VER = '7' ]; then - echo " ! 2.7 !" >> $debugfile - echo "Version 2.7.x" + if [ $VER = '6' ]; then + echo " ! 2.6 !" >> $debugfile + echo "Version 2.6.x" mk_new_menu else mk_new_menu -- 2.20.1