+postfix-cn (2.3.8-2) stable; urgency=medium
+
+ * Sitne ispravke u postinstu
+
+ -- Ivan Rako <irako@srce.hr> Thu, 27 Dec 2007 13:45:34 +0100
+
postfix-cn (2.3.8-1) stable; urgency=high
* Prva verzija za Etch
# obrisati $mydomain, ako je upgrade sa starije verzije
# te srediti mydestination
-if dpkg --compare-versions "$2" lt 2.3.8-1; then
+if dpkg --compare-versions "$2" lt 2.3.8-2; then
mydestination="`postconf -h mydestination`"
if echo $mydestination | grep -q ", \$mydomain"; then
mydestination="`echo $mydestination | sed 's/, \$mydomain//g'`"
if ! echo $mydestination | grep -q "localhost.\$mydomain"; then
mydestination="$mydestination, localhost.\$mydomain"
fi
+ if ! echo $mydestination | grep -q "\$myhostname"; then
+ mydestination="\$myhostname, $mydestination"
+ fi
postconf -e mydestination="$mydestination"
fi