summaryrefslogtreecommitdiff
path: root/debian/foomatic-filters.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/foomatic-filters.postinst')
-rw-r--r--debian/foomatic-filters.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/foomatic-filters.postinst b/debian/foomatic-filters.postinst
index a039cc4..06f2706 100644
--- a/debian/foomatic-filters.postinst
+++ b/debian/foomatic-filters.postinst
@@ -36,7 +36,7 @@ else
fi
db_get foomatic-filters/gspath
-if [ "$RET" = "gs" ]; then
+if [ -z "$RET" -o "$RET" = "gs" ]; then
gspath="# gspath: gs"
else
if [ "$RET" = "Custom" ]; then