summaryrefslogtreecommitdiff
path: root/src/is_unfree
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-01-17 21:13:49 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-17 21:13:49 -0500
commite1f0615da82b8fa0f605678cc37ea883bd5eabed (patch)
tree3059431f1c8247d56e9c3c0b60fe8f6f229854a7 /src/is_unfree
parent5c2dd97a91421e6e5f7e920579fcb88bb71e7fa7 (diff)
Diffstat (limited to 'src/is_unfree')
-rwxr-xr-xsrc/is_unfree8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/is_unfree b/src/is_unfree
deleted file mode 100755
index c2a37c9..0000000
--- a/src/is_unfree
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-# Checks if a package is on blacklist
-
-. /etc/libretools.conf
-
-blacklist="$XDG_CONFIG_HOME/libretools/blacklist.txt"
-egrep -q "^${1}:" "${blacklist}"
-exit $?