summaryrefslogtreecommitdiff
path: root/community/fillets-ng/lua-config
diff options
context:
space:
mode:
Diffstat (limited to 'community/fillets-ng/lua-config')
-rw-r--r--community/fillets-ng/lua-config10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/fillets-ng/lua-config b/community/fillets-ng/lua-config
deleted file mode 100644
index ef9b96b71..000000000
--- a/community/fillets-ng/lua-config
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-if [[ $1 == --include ]]; then
- pkg-config --cflags lua5.1
- exit 0
-elif [[ $1 == --static ]]; then
- pkg-config --libs lua5.1
-fi
-
-exit 1