summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <directhex@apebox.org>2014-02-26 10:27:55 +0000
committerJo Shields <directhex@apebox.org>2014-02-26 10:27:55 +0000
commit6a913860ae7e9f2fad0908626a208c61b6a9efcf (patch)
tree3cc6636dd409708c18117e4961a12cb33f624331
parente59d950241ebc07e2ac06e3b790c85db4b8c4bb6 (diff)
downloadmono-6a913860ae7e9f2fad0908626a208c61b6a9efcf.tar.gz
-z and -n do the same thing, right? Fixes autopkgtest for real.
-rw-r--r--debian/mono-gac.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mono-gac.postinst b/debian/mono-gac.postinst
index 7c8a20e761..5edd6a1e9f 100644
--- a/debian/mono-gac.postinst
+++ b/debian/mono-gac.postinst
@@ -5,7 +5,7 @@
#
# We only need to do this on upgrade; on first configure we know
# that any GAC libraries will call gac-install-package later.
-if [ -z "$2" ]; then
+if [ -n "$2" ]; then
# Install the GAC
if [ -x /usr/share/cli-common/gac-install ]; then
/usr/share/cli-common/gac-install mono