summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-05-19 02:07:23 +0300
committerMart Raudsepp <leio@gentoo.org>2019-05-19 02:07:23 +0300
commit8d4ae26dab175bf8ff612850b40d7c72085f24b7 (patch)
tree6845360dd946872b42b995d51fe6a1df1ec71b35 /sys-block/gparted/files
parentgnome-base/gnome-desktop: remove old (diff)
downloadgentoo-8d4ae26dab175bf8ff612850b40d7c72085f24b7.tar.gz
gentoo-8d4ae26dab175bf8ff612850b40d7c72085f24b7.tar.bz2
gentoo-8d4ae26dab175bf8ff612850b40d7c72085f24b7.zip
sys-block/gparted: remove old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'sys-block/gparted/files')
-rw-r--r--sys-block/gparted/files/gparted-pkexec2
-rw-r--r--sys-block/gparted/files/org.gentoo.pkexec.gparted.policy22
2 files changed, 0 insertions, 24 deletions
diff --git a/sys-block/gparted/files/gparted-pkexec b/sys-block/gparted/files/gparted-pkexec
deleted file mode 100644
index 4405cf42a1ca..000000000000
--- a/sys-block/gparted/files/gparted-pkexec
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-pkexec "/usr/sbin/gparted" "$@"
diff --git a/sys-block/gparted/files/org.gentoo.pkexec.gparted.policy b/sys-block/gparted/files/org.gentoo.pkexec.gparted.policy
deleted file mode 100644
index 566712ce2b43..000000000000
--- a/sys-block/gparted/files/org.gentoo.pkexec.gparted.policy
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE policyconfig PUBLIC
- "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
-<policyconfig>
-
- <vendor>Gentoo</vendor>
- <vendor_url>http://www.gentoo.org/</vendor_url>
-
- <action id="org.gentoo.pkexec.gparted">
- <message>Authentication is required to run the GParted Partition Editor</message>
- <icon_name>gparted</icon_name>
- <defaults>
- <allow_any>auth_admin</allow_any>
- <allow_inactive>auth_admin</allow_inactive>
- <allow_active>auth_admin</allow_active>
- </defaults>
- <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/gparted</annotate>
- <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
- </action>
-
-</policyconfig>