0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-09-22 08:31:32 +00:00
termux-packages/x11-packages/gcr/meson_post_install.py.patch
2022-09-23 10:01:27 +09:00

18 lines
539 B
Diff

--- a/meson_post_install.py
+++ b/meson_post_install.py
@@ -21,14 +21,6 @@
if os.environ.get('DESTDIR'):
sys.exit(0)
-print('Update icon cache...')
-subprocess.call(['gtk-update-icon-cache', '-f', '-t', icondir])
-
-print('Compiling gsettings schemas...')
-subprocess.call(['glib-compile-schemas', schemadir])
-
-print('Updating MIME database...')
-subprocess.call(['update-mime-database', mimedatabasedir])
# FIXME: after a major version bump, just drop this
print('Creating symlink for libgcr-{}.so'.format(gcr_major_version))