Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame^] | 1 | #!/bin/sh |
2 | |||||
3 | # SPDX-FileCopyrightText: Huawei Inc. | ||||
4 | # SPDX-License-Identifier: Apache-2.0 | ||||
5 | |||||
6 | |||||
7 | if [[ -x "/usr/lib/weston/systemd-notify.so" ]]; then | ||||
8 | add_weston_module "systemd-notify.so" | ||||
9 | fi |