summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2020-01-10 10:25:58 +0000
committerWill Thompson <will@willthompson.co.uk>2020-01-10 10:25:58 +0000
commit5c8d5611475ae8fe223ce396eca46ab7ebf649d2 (patch)
tree692121452abec6aa40631d7d721a942f7137c407 /data
parent7451f79ec7d9dac266ee51674166b072083f7e92 (diff)
downloadgnome-initial-setup-5c8d5611475ae8fe223ce396eca46ab7ebf649d2.tar.gz
Remove reference to packagekit polkit rule
This was used by the software page, removed in 7451f79ec7d9dac266ee51674166b072083f7e92.
Diffstat (limited to 'data')
-rw-r--r--data/20-gnome-initial-setup.rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/20-gnome-initial-setup.rules b/data/20-gnome-initial-setup.rules
index 48da882..3c85021 100644
--- a/data/20-gnome-initial-setup.rules
+++ b/data/20-gnome-initial-setup.rules
@@ -13,7 +13,6 @@ polkit.addRule(function(action, subject) {
action.id.indexOf('org.freedesktop.hostname1.') === 0 ||
action.id.indexOf('org.freedesktop.NetworkManager.') === 0 ||
action.id.indexOf('org.freedesktop.locale1.') === 0 ||
- action.id.indexOf('org.freedesktop.packagekit.system-sources-configure') === 0 ||
action.id.indexOf('org.freedesktop.accounts.') === 0 ||
action.id.indexOf('org.freedesktop.timedate1.') === 0 ||
action.id.indexOf('org.freedesktop.realmd.') === 0 ||