diff options
-rw-r--r-- | data/50-org.ayatana.indicator.keyboard.AccountsService.pkla | 6 | ||||
-rw-r--r-- | data/CMakeLists.txt | 4 |
2 files changed, 0 insertions, 10 deletions
diff --git a/data/50-org.ayatana.indicator.keyboard.AccountsService.pkla b/data/50-org.ayatana.indicator.keyboard.AccountsService.pkla deleted file mode 100644 index f562c6fd..00000000 --- a/data/50-org.ayatana.indicator.keyboard.AccountsService.pkla +++ /dev/null @@ -1,6 +0,0 @@ -[Allow LightDM to set AccountsService fields] -Identity=unix-user:lightdm -Action=org.ayatana.indicator.keyboard.AccountsService.ModifyAnyUser -ResultActive=yes -ResultInactive=yes -ResultAny=yes diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index a3efca54..13fe6c81 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -48,10 +48,6 @@ install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ../../d install(FILES org.ayatana.indicator.keyboard.AccountsService.policy DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1/actions") -# 50-org.ayatana.indicator.keyboard.AccountsService.pkla - -install(FILES 50-org.ayatana.indicator.keyboard.AccountsService.pkla DESTINATION "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/polkit-1/localauthority/10-vendor.d") - # 50-org.ayatana.indicator.keyboard.AccountsService.rules install (FILES 50-org.ayatana.indicator.keyboard.AccountsService.rules DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/polkit-1/rules.d") |