mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 19:30:24 +00:00
1fbf4f4f9b
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
5 lines
342 B
Meson
5 lines
342 B
Meson
# Install the 'scx-systemd-restart' file to the '/usr/share/libalpm/scripts' directory
|
|
install_data('scx-systemd-restart', install_dir: '/usr/share/libalpm/scripts')
|
|
# Install the '90-scx-scheds-upgrade.hook' file to the '/usr/share/libalpm/hooks' directory
|
|
install_data('90-scx-scheds-upgrade.hook', install_dir: '/usr/share/libalpm/hooks')
|