From 0404f37297c4b283972d71c8f53765d9169bdafa Mon Sep 17 00:00:00 2001 From: Jesús Corrius Date: Fri, 23 Aug 2013 19:50:21 +0200 Subject: fdo#68194 Font files are left after uninstallation #i119948# Instruct windows installer to use refcounting on fonts. Author: Andre Fischer Reported by: DaLi Liu Patch by: qiuhuaidong Review by: DaLi Liu and Andre Fischer Change-Id: I45d4eb509d58852dcf446a0af94ac69fb6347d2d Reviewed-on: https://gerrit.libreoffice.org/5597 Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- solenv/bin/modules/installer/windows/component.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solenv/bin/modules/installer/windows/component.pm b/solenv/bin/modules/installer/windows/component.pm index 82cf8ccf3725..8f48941e19c6 100644 --- a/solenv/bin/modules/installer/windows/component.pm +++ b/solenv/bin/modules/installer/windows/component.pm @@ -210,7 +210,7 @@ sub get_file_component_attributes if ( $localstyles =~ /\bFONT\b/ ) { - $attributes = 16; # font files will not be deinstalled + $attributes = 8; # font files will be deinstalled if the ref count is 0 } if ( $localstyles =~ /\bASSEMBLY\b/ ) -- cgit v1.2.3