summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-xfonts
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-xfonts')
-rw-r--r--autoscripts/postinst-xfonts3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/postinst-xfonts b/autoscripts/postinst-xfonts
new file mode 100644
index 00000000..96390e4e
--- /dev/null
+++ b/autoscripts/postinst-xfonts
@@ -0,0 +1,3 @@
+if which update-fonts-dir >/dev/null 2>&1; then
+ #CMDS#
+fi