[arch-commits] Commit in (21 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Jan 24 14:45:08 UTC 2013


    Date: Thursday, January 24, 2013 @ 15:45:08
  Author: arodseth
Revision: 82826

Winter Cleanup, see arch-dev-public for more information

Deleted:
  dcron/
  espeakup/
  gmerlin-avdecoder/
  iksemel/
  isomaster/
  libmatio/
  libtlen/
  libxml-perl/
  mget/
  multipath-tools/
  nvclock/
  pam-krb5/
  perl-text-wrapi18n/
  pidgin-musictracker/
  python-simplejson/
  python2-gasp/
  python2-pypdf/
  udunits/
  unetbootin/trunk/unetbootin.sh
  vim-nerdcommenter/
  vim-timestamp/

---------------+
 unetbootin.sh |   24 ------------------------
 1 file changed, 24 deletions(-)

Deleted: unetbootin/trunk/unetbootin.sh
===================================================================
--- unetbootin/trunk/unetbootin.sh	2013-01-24 14:33:45 UTC (rev 82825)
+++ unetbootin/trunk/unetbootin.sh	2013-01-24 14:45:08 UTC (rev 82826)
@@ -1,24 +0,0 @@
-#!/bin/sh
-# wrapper script for starting unetbootin with root permissions
-ELF=/usr/bin/unetbootin.elf
-if [ -e /usr/bin/pkexec ]; then
-  pkexec $ELF && exit 0
-fi
-if [ -z "$KDE_FULL_SESSION" ]; then
-  if [ -e /usr/bin/gksudo ]; then
-      gksudo $ELF && exit 0
-  fi
-  if [ -e /usr/bin/gksu ]; then
-      gksu $ELF && exit 0
-  fi
-  echo 'Could not use pkexec, gksudo or gksu'
-  $ELF && exit 0 || exit 1
-fi  
-if [ -e /usr/bin/kdesudo ]; then
-  kdesudo $ELF && exit 0
-fi
-if [ -e /usr/bin/kdesu ]; then
-  kdesu $ELF && exit 0
-fi
-echo 'Could not use kdesudo or kdesu'
-$ELF




More information about the arch-commits mailing list