diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-08 12:30:56 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-08 12:30:56 +0100 |
commit | 384e727b89627fdb381500be29fc3880493ed634 (patch) | |
tree | 20681a879bfcb17d8b8c20a46a0cb888ca659662 /data | |
parent | eb8b3669b5e493ddd8ca4f18379a46d6c0ac57ca (diff) | |
download | ayatana-indicator-sound-384e727b89627fdb381500be29fc3880493ed634.tar.gz ayatana-indicator-sound-384e727b89627fdb381500be29fc3880493ed634.tar.bz2 ayatana-indicator-sound-384e727b89627fdb381500be29fc3880493ed634.zip |
Rename com.ubuntu.AccountsService.Sound
Diffstat (limited to 'data')
-rw-r--r-- | data/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 0e30f7c..8e53533 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -102,7 +102,7 @@ DESTINATION "${POLKIT_LIB_DIR}/localauthority/10-vendor.d" # Accounts Service Iface: Greeter Sound ####################################### -if(EXISTS "/usr/share/accountsservice/interfaces/com.ubuntu.AccountsService.Sound.xml") +if(EXISTS "/usr/share/accountsservice/interfaces/com.lomiri.AccountsService.Sound.xml") # Nothing to do here... # Using files from Ubuntu specific package 'accountsservice-ubuntu-schemas'. |