From 61270747cba579e0ad9868aa9cb3f2f750f9da80 Mon Sep 17 00:00:00 2001 From: Chris Lawrence Date: Thu, 21 Feb 2008 14:17:18 -0600 Subject: Imported Debian patch 3.0.2-20080211-1 --- debian/foomatic-filters.postinst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'debian/foomatic-filters.postinst') diff --git a/debian/foomatic-filters.postinst b/debian/foomatic-filters.postinst index 06f2706..bc30bff 100644 --- a/debian/foomatic-filters.postinst +++ b/debian/foomatic-filters.postinst @@ -35,15 +35,8 @@ else textfilter="textfilter: $RET" fi -db_get foomatic-filters/gspath -if [ -z "$RET" -o "$RET" = "gs" ]; then - gspath="# gspath: gs" -else - if [ "$RET" = "Custom" ]; then - db_get foomatic-filters/custom_gspath - fi - gspath="gspath: $RET" -fi +# Disable the whole customized Ghostscript stuff +gspath="# gspath: gs" db_get foomatic-filters/ps_accounting if [ $RET = true ]; then -- cgit v1.2.3