mirror of
https://github.com/openwrt/packages.git
synced 2025-07-09 09:29:02 +00:00
This makes it in sync with Python packages. Python packages has its own place in /lang/python Perl does not, so this fixes it. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
7 lines
79 B
Bash
7 lines
79 B
Bash
#!/bin/sh
|
|
case "$1" in
|
|
"ack")
|
|
ack --version | grep "$PKG_VERSION"
|
|
;;
|
|
esac
|