summaryrefslogtreecommitdiff
path: root/debian/foomatic-filters.postinst
diff options
context:
space:
mode:
authorChris Lawrence <lawrencc@debian.org>2008-02-21 14:17:18 -0600
committerDidier Raboud <didier@raboud.com>2010-05-23 00:04:57 +0200
commit61270747cba579e0ad9868aa9cb3f2f750f9da80 (patch)
treeba414c66ce7545ec0aa9d232acb73d3c88514531 /debian/foomatic-filters.postinst
parentd4e4171fdc1f17f8acd5129dcb4d69fc58bd11f4 (diff)
Imported Debian patch 3.0.2-20080211-1debian/3.0.2-20080211-1
Diffstat (limited to 'debian/foomatic-filters.postinst')
-rw-r--r--debian/foomatic-filters.postinst11
1 files changed, 2 insertions, 9 deletions
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