aboutsummaryrefslogtreecommitdiffstats
path: root/bin/isodumper
diff options
context:
space:
mode:
Diffstat (limited to 'bin/isodumper')
-rw-r--r--bin/isodumper14
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/isodumper b/bin/isodumper
deleted file mode 100644
index c5dc766..0000000
--- a/bin/isodumper
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-#
-
-# Copyright (C) 2013 THE isodumper'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the isodumper package.
-
-# Author isodumper software= papoteur <papoteur@mageialinux-online.org>
-# Author binary polkit file= Geiger David <david.david@mageialinux-online.org>
-
-if [[ "$EUID" != "0" ]] ; then
- exec /usr/bin/pkexec /usr/libexec/isodumper "$@"
-else
- exec /usr/libexec/isodumper "$@"
-fi