Skip to content

Commit c3c6e10

Browse files
committed
before?
1 parent e210bb6 commit c3c6e10

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

meson.build

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,13 @@ executable(
6868

6969

7070
#================================
71-
71+
gnome.post_install(
72+
glib_compile_schemas: true,
73+
gtk_update_icon_cache: true,
74+
update_desktop_database: true,
75+
)
7276

7377
# Add subfolders for Meson to look
7478
subdir('data')
7579
subdir('po')
7680

77-
gnome.post_install(
78-
glib_compile_schemas: true,
79-
gtk_update_icon_cache: true,
80-
update_desktop_database: true,
81-
)

0 commit comments

Comments
 (0)