diff options
author | Kali Kaneko <kali@leap.se> | 2013-11-25 15:13:00 -0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-11-25 15:13:00 -0200 |
commit | a9dc083c7ddf0181e5124bbae170c4ac9f752738 (patch) | |
tree | f1ae6875a1d5f88a9f212f16ed95c6570ebb7e51 /changes | |
parent | 2620cd58a11d524735f0f205a1cd39ad28ad8ddb (diff) |
Avoids the checking for an "updated" policy file for debian package.
In the case of the debian package, we already take care to put the file
in place, so this check is not needed.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_4404-do-not-install-policykit-in-deb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_4404-do-not-install-policykit-in-deb b/changes/bug_4404-do-not-install-policykit-in-deb new file mode 100644 index 00000000..80745c05 --- /dev/null +++ b/changes/bug_4404-do-not-install-policykit-in-deb @@ -0,0 +1 @@ +- Avoid attempt to install policykit file in debian package. Closes: #4404 |