summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 64fc322..0000000
--- a/src/is_unfree
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-# Checks if a package is on blacklist
-
-. /usr/share/libretools/blacklist.sh
-
-line=$(blacklist-lookup "$1")
-[[ -n $line ]]
-exit $?