From dbedc38096374d695ca302bf6084d0688102db71 Mon Sep 17 00:00:00 2001 From: Chris Lawrence Date: Tue, 30 May 2006 19:52:08 -0400 Subject: Imported Debian patch 3.0.2-20060530-1 --- debian/foomatic-filters.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/foomatic-filters.postinst') 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 -- cgit v1.2.3