From 8d1d8aa9a5801d5e80fb6e1a2d0fcadc8db90865 Mon Sep 17 00:00:00 2001 From: Mauro Giachero Date: Thu, 13 May 2010 00:42:15 +0200 Subject: system/vice: Updated for version 2.1 --- system/vice/doinst.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'system/vice/doinst.sh') diff --git a/system/vice/doinst.sh b/system/vice/doinst.sh index 5fb28930db..8095c47d9b 100644 --- a/system/vice/doinst.sh +++ b/system/vice/doinst.sh @@ -1,3 +1,16 @@ +# Update desktop icons if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi + +# Update the X font indexes: +if [ -x /usr/bin/mkfontdir ]; then + ( cd /usr/share/fonts/TTF + mkfontscale . + mkfontdir . + ) +fi +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi + -- cgit v1.2.3