chiark / gitweb /
unfuzzy the translations
[xfonts-traditional.git] / debian / xfonts-traditional.postinst
old mode 100644 (file)
new mode 100755 (executable)
index fe81215..f5848e2
@@ -1,6 +1,16 @@
 #!/bin/sh
 set -e
+
 . /usr/share/debconf/confmodule
-db_input low xfonts-traditional/generate || true
-db_input high xfonts-traditional/remap-fixed || true
-db_go || true
+
+#DEBHELPER#
+
+db_get xfonts-traditional/generate
+if [ "$RET" = true ]; then
+
+       echo Generating fonts...
+       update-xfonts-traditional --update
+
+fi
+
+/usr/share/xfonts-traditional/checkfiles postinst "$@"