From b2a034dc13ac0d5f21f909de88bb7e785b34d4d0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 2 Aug 2020 00:15:20 -0400 Subject: system/vice: New maintainer. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/vice/doinst.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system/vice/doinst.sh') diff --git a/system/vice/doinst.sh b/system/vice/doinst.sh index 8095c47d9bbc8..2dde7a5cb4bc3 100644 --- a/system/vice/doinst.sh +++ b/system/vice/doinst.sh @@ -1,9 +1,7 @@ -# 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 . @@ -14,3 +12,4 @@ if [ -x /usr/bin/fc-cache ]; then /usr/bin/fc-cache -f fi +chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/vice.info.gz -- cgit v1.2.3