diff options
author | joeyh <joeyh> | 2006-06-12 01:16:32 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-06-12 01:16:32 +0000 |
commit | 4ac0a7b9288220f00c948225ac659419ffc08110 (patch) | |
tree | d0b9152b5cf9be1238f9d78539cace8499b6349b /autoscripts | |
parent | 1d0708824b6bca8abd6028a306d7512e0c0f0b7b (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')
-rw-r--r-- | autoscripts/postrm-xfonts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postrm-xfonts b/autoscripts/postrm-xfonts index 42fea68..e2c8d61 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 |