summaryrefslogtreecommitdiffstats
path: root/files/WIP/draklive-install.wrapper
diff options
context:
space:
mode:
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 "$@"