[polari] build: Add some verbosity to postinstall script



commit 780289c44f97941141cc71ba2fd7b87b16604894
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Mar 18 01:05:00 2017 +0100

    build: Add some verbosity to postinstall script

 build-aux/meson/meson-postinstall.sh |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/build-aux/meson/meson-postinstall.sh b/build-aux/meson/meson-postinstall.sh
index afee4ac..9d10bf1 100755
--- a/build-aux/meson/meson-postinstall.sh
+++ b/build-aux/meson/meson-postinstall.sh
@@ -2,7 +2,12 @@
 
 # Package managers set this so we don't need to run
 if [ -z "$DESTDIR" ]; then
+  echo Compiling GSettings schemas...
   glib-compile-schemas ${MESON_INSTALL_PREFIX}/share/glib-2.0/schemas
+
+  echo Updating desktop database...
   update-desktop-database -q ${MESON_INSTALL_PREFIX}/share/applications
+
+  echo Updating icon cache...
   gtk-update-icon-cache -q -t -f ${MESON_INSTALL_PREFIX}/share/icons/hicolor
 fi
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]