summaryrefslogtreecommitdiff
path: root/policy
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-03-18 20:52:13 +0000
committerRichard Hughes <richard@hughsie.com>2008-03-18 20:52:13 +0000
commit33d9d78bea59ea5560ce6ee112290d8e565e8767 (patch)
tree23d3c1b64411393523027a7b95f2b7f909c1475c /policy
parent50d7a0235b0c35222ca81e726be5ed666d95fe16 (diff)
remove the waf build system. It's just oo unstable and unusable and is very bitrotted
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 3533dfba6..000000000
--- 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')
-