summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dfe4ae6)
raw | patch | inline | side by side (parent: dfe4ae6)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Dec 2005 07:14:38 +0000 (07:14 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Dec 2005 07:14:38 +0000 (07:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2281 594d385d-05f5-0310-b6e9-bd551577e9d8
debian/gosa.postinst | patch | blob | history |
diff --git a/debian/gosa.postinst b/debian/gosa.postinst
index 66999d7730484de9f2dd2219219183187f878e03..0eea2fe5d323dafd42ca73c6a9aca639b9c525a0 100755 (executable)
--- a/debian/gosa.postinst
+++ b/debian/gosa.postinst
# 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