From 02a5e162d036a463bdd6d5bb89219eec1129fea2 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 26 Feb 2008 20:13:25 +0100 Subject: [PATCH] rename the policykit file to the new standard, as suggested by davidz --- policy/Makefile.am | 2 +- policy/{packagekit.policy => org.freedesktop.packagekit.policy} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename policy/{packagekit.policy => org.freedesktop.packagekit.policy} (100%) diff --git a/policy/Makefile.am b/policy/Makefile.am index 97470f41f..d995057fa 100644 --- a/policy/Makefile.am +++ b/policy/Makefile.am @@ -3,7 +3,7 @@ NULL = polkitdir = $(datadir)/PolicyKit/policy polkit_DATA = \ - packagekit.policy \ + org.freedesktop.packagekit.policy \ $(NULL) EXTRA_DIST = \ diff --git a/policy/packagekit.policy b/policy/org.freedesktop.packagekit.policy similarity index 100% rename from policy/packagekit.policy rename to policy/org.freedesktop.packagekit.policy