From ab4ee78586faea8a4a8093f3ec092f48c887de64 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 5 Jan 2006 12:13:53 +0000 Subject: [PATCH] Fixed problem during installation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2415 594d385d-05f5-0310-b6e9-bd551577e9d8 --- debian/gosa.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/gosa.postinst b/debian/gosa.postinst index 0eea2fe5d..682aa471f 100755 --- a/debian/gosa.postinst +++ b/debian/gosa.postinst @@ -40,7 +40,7 @@ chmod 770 -R /var/spool/gosa # Add links for safe mode for link in /usr/bin/convert /usr/bin/lpstat; do - [ -f $link ] && ln -sf $link /usr/share/gosa/bin/${link##*/} + [ -f $link ] || ln -sf $link /usr/share/gosa/bin/${link##*/} done # Finally restart servers -- 2.30.2