diff options
author | B. Watson <yalhcru@gmail.com> | 2020-08-02 00:15:20 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:35 +0700 |
commit | b2a034dc13ac0d5f21f909de88bb7e785b34d4d0 (patch) | |
tree | be97592848373877b7ab010ec60661ee9aaa5007 /system/vice/doinst.sh | |
parent | c13070d596f24c3dc1de0f64bcfe3c2e2460b800 (diff) |
system/vice: New maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/vice/doinst.sh')
-rw-r--r-- | system/vice/doinst.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |