From 6fe37f4d0d58fef7e918c59a8c22a2d7169db64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Mas=C5=82owski?= Date: Fri, 30 Dec 2011 22:34:36 +0100 Subject: Update p7zip, remove its unzip replacement to not conflict with unzip-libre. --- libre/p7zip-libre/unzip | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 libre/p7zip-libre/unzip (limited to 'libre/p7zip-libre/unzip') diff --git a/libre/p7zip-libre/unzip b/libre/p7zip-libre/unzip deleted file mode 100755 index 201dc826c..000000000 --- a/libre/p7zip-libre/unzip +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -# unzip replacement written by Henry Jensen - -Opts="" -cm="x" -while getopts plvtTZ opt -do - case $opt in - p) Opts="$Opts -so";; - v|l) cm="l";; - t) cm="t";; - T|Z) ;; - \?)break;; - esac -done -shift $((OPTIND-1)) - -7z $cm $Opts "$@" -- cgit v1.2.3-2-g168b