mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 02:45:32 +00:00
4 lines
372 B
Meson
4 lines
372 B
Meson
# This file will be appended to meson.build by build.sh
|
|
install_data('com.keyman.SystemService1.conf', install_dir: get_option('datadir') / 'dbus-1/system.d/')
|
|
install_data('com.keyman.SystemService1.service', install_dir: get_option('datadir') / 'dbus-1/system-services/')
|
|
install_data('systemd-keyman.service', install_dir: get_option('prefix') / 'lib/systemd/system/')
|