summaryrefslogtreecommitdiffstats
path: root/files/WIP/draklive-install.wrapper
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-01-05 10:20:02 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-01-05 10:20:02 +0000
commitd660a768359fee65de067709badd4004008b9a8e (patch)
tree5469e4c9fe7aca3f6fcdffc6abc607dba8859b90 /files/WIP/draklive-install.wrapper
parent4ea10ebd319af6810607356cb671be9020c63c02 (diff)
downloaddraklive-config-d660a768359fee65de067709badd4004008b9a8e.tar
draklive-config-d660a768359fee65de067709badd4004008b9a8e.tar.gz
draklive-config-d660a768359fee65de067709badd4004008b9a8e.tar.bz2
draklive-config-d660a768359fee65de067709badd4004008b9a8e.tar.xz
draklive-config-d660a768359fee65de067709badd4004008b9a8e.zip
Revert "(temporary) Convert draklive-install to use polkit, not consolehelper."
This reverts commit f740ecb1f5cec298aa05b8c946e3d06a1d446395. The draklive-install package has been updated to incorporate these changes.
Diffstat (limited to 'files/WIP/draklive-install.wrapper')
-rwxr-xr-xfiles/WIP/draklive-install.wrapper6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/WIP/draklive-install.wrapper b/files/WIP/draklive-install.wrapper
deleted file mode 100755
index 5a8f4eb..0000000
--- a/files/WIP/draklive-install.wrapper
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-if [[ "$UID" != "0" ]] ; then
- /usr/bin/pkexec /usr/sbin/draklive-install-lock-storage "$@"
- exit $?
-fi
-exec /usr/sbin/draklive-install-lock-storage "$@"