summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-08-08 22:44:21 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-08-08 22:44:21 +0200
commit0170ef29ce9748022bc3437e3b981dcdc60cfd9e (patch)
treec20bed0af658f1c1efdb4568958a41b8fba0369d
parent82b2730b2a6b471c240f133914f032b99b6822a2 (diff)
downloadbin-0170ef29ce9748022bc3437e3b981dcdc60cfd9e.tar.gz
bin-0170ef29ce9748022bc3437e3b981dcdc60cfd9e.tar.xz
remove check.sh
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rwxr-xr-xcheck.sh11
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