Imported Upstream version 0.25
[platform/upstream/desktop-file-utils.git] / install.py
1 #!/usr/bin/env python3
2
3 import os
4
5 os.symlink(
6     'desktop-file-install',
7     os.getenv('MESON_INSTALL_DESTDIR_PREFIX') + '/bin/desktop-file-edit'
8 )