From ea716fde4b92a7242aa1e240f5e1ecaeacff1152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20T=C3=BCrky=C4=B1lmaz?= Date: Wed, 4 May 2022 07:48:07 +0100 Subject: libraries/libgweather4: Added (weather library for GNOME) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- libraries/libgweather4/doinst.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libraries/libgweather4/doinst.sh (limited to 'libraries/libgweather4/doinst.sh') diff --git a/libraries/libgweather4/doinst.sh b/libraries/libgweather4/doinst.sh new file mode 100644 index 000000000000..6922dbb756df --- /dev/null +++ b/libraries/libgweather4/doinst.sh @@ -0,0 +1,5 @@ +if [ -e usr/share/glib-2.0/schemas ]; then + if [ -x /usr/bin/glib-compile-schemas ]; then + /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1 + fi +fi -- cgit v1.2.3