summaryrefslogtreecommitdiff
path: root/policy
diff options
context:
space:
mode:
authorRobin Norwood <rnorwood@redhat.com>2008-03-19 13:50:48 -0400
committerRobin Norwood <rnorwood@redhat.com>2008-03-19 13:50:48 -0400
commit05c57dbcce864f08a1c8f9d358e5d3c3680d406e (patch)
tree925d1a006204f49703f97e769ae0a2845089b7a9 /policy
parent405e7b0ea79bf386bc7faf317f78d58ab0ab993f (diff)
parent5a8b3583f5d1923c785bd497e3d45c2442766139 (diff)
Merge branch 'master' of git+ssh://rnorwood@git.packagekit.org/srv/git/PackageKit
Diffstat (limited to 'policy')
-rw-r--r--policy/wscript_build16
1 files changed, 0 insertions, 16 deletions
diff --git a/policy/wscript_build b/policy/wscript_build
deleted file mode 100644
index 3533dfba..00000000
--- a/policy/wscript_build
+++ /dev/null
@@ -1,16 +0,0 @@
-#! /usr/bin/env python
-# encoding: utf-8
-#
-# Copyright (C) 2007 Richard Hughes <richard@hughsie.com>
-#
-# Licensed under the GNU General Public License Version 2
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-
-import Common
-
-#install the packagekit.policy file to /usr/share/PolicyKit/policy
-Common.install_files('DATADIR', 'PolicyKit', 'packagekit.policy')
-