diff options
-rw-r--r-- | data/50-org.ayatana.indicator.sound.AccountsService.pkla | 6 | ||||
-rw-r--r-- | data/CMakeLists.txt | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/data/50-org.ayatana.indicator.sound.AccountsService.pkla b/data/50-org.ayatana.indicator.sound.AccountsService.pkla deleted file mode 100644 index c1da70f..0000000 --- a/data/50-org.ayatana.indicator.sound.AccountsService.pkla +++ /dev/null @@ -1,6 +0,0 @@ -[Allow LightDM to set AccountsService fields] -Identity=unix-user:lightdm -Action=org.ayatana.indicator.sound.AccountsService.ModifyAnyUser -ResultActive=yes -ResultInactive=yes -ResultAny=yes diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 4052e19..28062c6 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -69,8 +69,6 @@ add_schema ("org.ayatana.indicator.sound.gschema.xml") # Accounts Service Iface: Sound Indicator ######################################### - -set(POLKIT_LIB_DIR "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/polkit-1") set(POLKIT_DATA_DIR "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1") set(DBUS_IFACE_DIR "${CMAKE_INSTALL_FULL_DATADIR}/dbus-1/interfaces") set(ACCOUNTS_IFACE_DIR "${CMAKE_INSTALL_FULL_DATADIR}/accountsservice/interfaces") @@ -89,10 +87,6 @@ install(FILES org.ayatana.indicator.sound.AccountsService.policy DESTINATION "${POLKIT_DATA_DIR}/actions" ) -install(FILES 50-org.ayatana.indicator.sound.AccountsService.pkla -DESTINATION "${POLKIT_LIB_DIR}/localauthority/10-vendor.d" -) - # 50-org.ayatana.indicator.sound.AccountsService.rules install (FILES 50-org.ayatana.indicator.sound.AccountsService.rules DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1/rules.d") |