contrib/iptables-imq/pre-install

8 lines
175 B
Plaintext
Raw Normal View History

2006-12-08 05:18:07 +01:00
#!/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.