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.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