Files

14 lines
475 B
Diff
Raw Permalink Normal View History

2018-03-23 02:17:36 +01:00
This script would run with the wrong interpreter. As we will take care of
running gtk-update-icon-cache and update-desktop-database, just remove it.
--- a/meson.build 2018-03-23 01:12:10.000000000 +0100
+++ b/meson.build 2018-03-23 01:12:24.000000000 +0100
@@ -149,8 +149,4 @@
if cc.get_id() != 'msvc'
subdir('data')
subdir('po') # FIXME: build xgettext
-
- meson.add_install_script('meson_post_install.py',
2022-02-21 12:18:27 -05:00
- '@0@'.format(get_option('theme-manager'))
2018-03-23 02:17:36 +01:00
- )
endif