mirror of
https://github.com/brl/mutter.git
synced 2025-08-03 07:04:41 +00:00
build: Replace custom post-install script
Since meson 0.57, the gnome module includes a function we can use instead. https://gitlab.gnome.org/GNOME/mutter/-/issues/2518 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2702>
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# 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
|
||||
fi
|
Reference in New Issue
Block a user