From c43ea91c0d236e88d2ca23f92a739eadf3747877 Mon Sep 17 00:00:00 2001 From: SARL ENR-68 Date: Tue, 24 Dec 2013 12:29:15 +0100 Subject: update isodumper binary file added comment Copyright --- bin/isodumper | 8 ++++++++ isodumper | 14 +++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) 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 +# Author binary polkit file= Geiger David + 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 +# Author binary file= Geiger David + +set -e + +TERM=xterm + +DIR=/usr/lib/isodumper + +$DIR/isodumper.py -- cgit v1.2.1