summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-xfonts2
-rw-r--r--autoscripts/postrm-xfonts2
2 files changed, 2 insertions, 2 deletions
diff --git a/autoscripts/postinst-xfonts b/autoscripts/postinst-xfonts
index 4c5ab1b8..8821bc5f 100644
--- a/autoscripts/postinst-xfonts
+++ b/autoscripts/postinst-xfonts
@@ -1,3 +1,3 @@
if [ -x /usr/sbin/update-fonts-dir ]; then
- #CMDS#
+#CMDS#
fi
diff --git a/autoscripts/postrm-xfonts b/autoscripts/postrm-xfonts
index a9afcabe..b5dd964b 100644
--- a/autoscripts/postrm-xfonts
+++ b/autoscripts/postrm-xfonts
@@ -1,3 +1,3 @@
if [ "$1" != "upgrade" -a -x /usr/sbin/update-fonts-dir ]; then
- #CMDS#
+#CMDS#
fi