diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-08-08 22:44:21 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-08-08 22:44:21 +0200 |
commit | 0170ef29ce9748022bc3437e3b981dcdc60cfd9e (patch) | |
tree | c20bed0af658f1c1efdb4568958a41b8fba0369d | |
parent | 82b2730b2a6b471c240f133914f032b99b6822a2 (diff) | |
download | bin-0170ef29ce9748022bc3437e3b981dcdc60cfd9e.tar.gz bin-0170ef29ce9748022bc3437e3b981dcdc60cfd9e.tar.xz |
remove check.sh
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rwxr-xr-x | check.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/check.sh b/check.sh deleted file mode 100755 index f129159..0000000 --- a/check.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# uses pacman to check if a file belongs to any installed package -for file in "$@" -do - if [ -d "$file" ]; then - continue - fi - files=$files" $file" -done - -pacman -Qo $files > /dev/null |