From 1658178c6e43dea46cfe6ee7259b670384283546 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Fri, 29 May 2009 09:57:41 +0200 Subject: [PATCH] izbacen bashizam --- debian/changelog | 8 +++++++- debian/postinst | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4c1b6e9..ac3e4a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -sysadmin-cn (1.27~lenny1) stable; urgency=low +sysadmin-cn (1.27~lenny2) stable; urgency=low + + * Izbacen bashizam iz postinsta + + -- Ivan Rako Fri, 29 May 2009 09:57:29 +0200 + +sysadmin-cn (1.27~etch1) stable; urgency=low * Podrska za x86_64 * dpkg-statoverride u postinst/postrm diff --git a/debian/postinst b/debian/postinst index 7d1a3a7..8c8e824 100755 --- a/debian/postinst +++ b/debian/postinst @@ -6,7 +6,7 @@ OLDCONFIG=/etc/adminusers LOG=/var/log/sysadmin.log OLDLOG=/var/adm/adminlog -if [ "$1" == "configure" ]; then +if [ "$1" = "configure" ]; then if [ "$2" ] && dpkg --compare-versions "$2" le "1.24" ; then echo "" -- 1.7.10.4