contrib/iptables-imq/pre-install
2006-12-08 15:18:07 +11:00

8 lines
175 B
Bash
Executable File

#!/bin/sh
if [ ! -n "$(grep 'iptables-imq: iptables' '/var/lib/pkg/prt-get.aliases')" ]; then
echo iptables-imq: iptables >> /var/lib/pkg/prt-get.aliases
fi
# End of file.