Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
flatpak friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Galardi committed Jan 17, 2018
1 parent 6887aff commit d66c7c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions meson/post_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
import subprocess

schemadir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'glib-2.0', 'schemas')
icondir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'icons', 'hicolor')

if not os.environ.get('DESTDIR'):
print('Compiling gsettings schemas...')
subprocess.call(['glib-compile-schemas', schemadir], shell=False)

print('Rebuilding desktop icons cache...')
subprocess.call(['update-icon-caches', icondir], shell=False)

0 comments on commit d66c7c5

Please sign in to comment.