diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-04 09:53:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-05 07:02:20 +0700 |
commit | 7de5b7a4243375442f1522848d2ad68594cb9a33 (patch) | |
tree | e4cef10e3ee3a290d2bfdaa8a4192045b30cf529 /system/gparted/gparted_polkit | |
parent | 59073031060c9c433baae6d6260b731cc41bec1a (diff) |
system/gparted: Removed (Included in 14.2).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gparted/gparted_polkit')
-rw-r--r-- | system/gparted/gparted_polkit | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system/gparted/gparted_polkit b/system/gparted/gparted_polkit deleted file mode 100644 index 76bd7b5e64ca3..0000000000000 --- a/system/gparted/gparted_polkit +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -if [ $(which pkexec) ]; then - pkexec --disable-internal-agent "/usr/sbin/gparted" "$@" -else - /usr/sbin/gparted "$@" -fi |