From f19933c7c837c992ed6a75aa0c00f7b838fa58c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Mon, 2 Dec 2019 17:23:48 -0300 Subject: [PATCH] dragora-installer: just minor changes --- archive/dragora-installer/parts/PostInstall | 4 ++++ recipes/tools/dragora-installer/recipe | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/archive/dragora-installer/parts/PostInstall b/archive/dragora-installer/parts/PostInstall index 567d412a..1580520d 100644 --- a/archive/dragora-installer/parts/PostInstall +++ b/archive/dragora-installer/parts/PostInstall @@ -33,6 +33,7 @@ fi # Create index of scalable font files for X +echo "" echo "* Creating index of scalable font files for X, if possible ..." if test -d /media/dragora-root/usr/share/fonts then @@ -49,17 +50,20 @@ then # Build font information cache files + echo "" echo "* Building font information cache files ..." chroot /media/dragora-root /usr/bin/fc-cache -f --system-only || true else echo " /usr/share/fonts does not exist at /media/dragora-root/" 1>&2 fi +echo "" echo "* Updating index for the GNU Info document system, if possible ..." chroot /media/dragora-root \ /usr/bin/find -L /usr/share/info -maxdepth 1 ! -name dir \ -exec /usr/bin/install-info '{}' /usr/share/info/dir \; || true +echo "" echo "* Updating database of manual pages, if possible ..." mkdir -p /media/dragora-root/var/cache/man/ && \ chroot /media/dragora-root /usr/bin/mandb --quiet || true diff --git a/recipes/tools/dragora-installer/recipe b/recipes/tools/dragora-installer/recipe index 351dde93..2171a2e2 100644 --- a/recipes/tools/dragora-installer/recipe +++ b/recipes/tools/dragora-installer/recipe @@ -15,7 +15,7 @@ # limitations under the License. program=dragora-installer -version=20191129 +version=20191202 release=1 # Set 'outdir' for a nice and well-organized output directory -- 2.11.4.GIT