summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-09 21:12:41 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-09 21:12:41 -0600
commit1504ace0c4311dc4c007cf30d2658c5c4f37e42e (patch)
treedb88a557bc87c55755c0af49d17afc5811e4fabc
parenta706c17633d423d29e54bb7bfc9f225553774c5b (diff)
arch2parabola files
-rwxr-xr-xcheck-non-free8
1 files changed, 2 insertions, 6 deletions
diff --git a/check-non-free b/check-non-free
index 3264b35..f070e65 100755
--- a/check-non-free
+++ b/check-non-free
@@ -41,15 +41,11 @@ wget http://www.parabolagnulinux.org/docs/blacklist.txt 2>/dev/null || {
a=($(cut -d: -f1 blacklist.txt))
-source dir/PKGBUILD
-
-echo ""
-b[0]=""
-
for i in ${a[@]} ; do
pacman -Q $i >/dev/null 2>/dev/null && b[${#b[@]}]=$i
done
-
+echo "This proprietary software found on your system:"
+echo ""
for i in $(seq 0 ${#b[@]}) ; do
echo ${b[$i]}
done