summarylogtreecommitdiffstats
path: root/xampp-manager-x64_polkit
diff options
context:
space:
mode:
authorTheLoko2016-02-11 00:59:30 +0100
committerTheLoko2016-02-11 00:59:30 +0100
commit82d15154b51e1c1e1c537ac0a97b239beeb31081 (patch)
tree446d561e42fc265ed6076444273ef081a85d78a0 /xampp-manager-x64_polkit
parent5ec92c24c4163497e8566743c0853334d74bdbfb (diff)
downloadaur-82d15154b51e1c1e1c537ac0a97b239beeb31081.tar.gz
Added desktop launcher for manager and polkit policies
Diffstat (limited to 'xampp-manager-x64_polkit')
-rw-r--r--xampp-manager-x64_polkit6
1 files changed, 6 insertions, 0 deletions
diff --git a/xampp-manager-x64_polkit b/xampp-manager-x64_polkit
new file mode 100644
index 000000000000..7843b4e7a788
--- /dev/null
+++ b/xampp-manager-x64_polkit
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ $(which pkexec) ]; then
+ pkexec "/opt/lampp/manager-linux-x64.run" "$@"
+else
+ /opt/lampp/manager-linux-x64.run "$@"
+fi