aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/isodumper8
-rwxr-xr-xisodumper14
2 files changed, 21 insertions, 1 deletions
diff --git a/bin/isodumper b/bin/isodumper
index be2c8a3..c5dc766 100644
--- a/bin/isodumper
+++ b/bin/isodumper
@@ -1,4 +1,12 @@
#!/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
diff --git a/isodumper b/isodumper
index 94dfbb4..326d082 100755
--- a/isodumper
+++ b/isodumper
@@ -1,4 +1,16 @@
#!/bin/sh
#
-/usr/lib/isodumper/isodumper.py \ No newline at end of file
+# 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 file= Geiger David <david.david@mageialinux-online.org>
+
+set -e
+
+TERM=xterm
+
+DIR=/usr/lib/isodumper
+
+$DIR/isodumper.py