summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-xfonts
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-06-12 01:16:32 +0000
committerjoeyh <joeyh>2006-06-12 01:16:32 +0000
commit4ac0a7b9288220f00c948225ac659419ffc08110 (patch)
treed0b9152b5cf9be1238f9d78539cace8499b6349b /autoscripts/postrm-xfonts
parent1d0708824b6bca8abd6028a306d7512e0c0f0b7b (diff)
r1931: * dh_installxfonts: In postrm, run the deregistraton code even on upgrade,
in case an upgrade involves moving fonts around (or removing or renaming fonts). Closes: #372686
Diffstat (limited to 'autoscripts/postrm-xfonts')
-rw-r--r--autoscripts/postrm-xfonts2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postrm-xfonts b/autoscripts/postrm-xfonts
index 42fea687..e2c8d612 100644
--- a/autoscripts/postrm-xfonts
+++ b/autoscripts/postrm-xfonts
@@ -1,3 +1,3 @@
-if [ "$1" != "upgrade" ] && [ -x "`which update-fonts-dir 2>/dev/null`" ]; then
+if [ -x "`which update-fonts-dir 2>/dev/null`" ]; then
#CMDS#
fi