desktop-file-utils/install_man.py
Antonio Teixeira 94708c25ba - suse-update-mime-defaults:
* support drop in files in $r/etc/<desktop>_defaults.conf.d which take
    priority over the distribution provided $r/etc/<desktop>_defaults.conf
  * extend syntax of <desktop>_defaults.conf, prefixing a directive with a "-"
    removes an otherwise identical earlier directive

OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=93
2024-12-30 19:02:03 +00:00

9 lines
165 B
Python

#!/usr/bin/env python3
import os
os.symlink(
'desktop-file-install.1',
os.getenv('MESON_INSTALL_DESTDIR_PREFIX') + '/share/man/man1/desktop-file-edit.1'
)