archboot/lib/initcpio/hooks/arch_net

9 lines
179 B
Text
Raw Normal View History

2009-01-18 21:21:20 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
run_hook ()
{
# fixing some symlinks
ln -s /usr/sbin/lnstat /usr/sbin/ctstat
2009-05-06 12:34:06 +02:00
ln -s /usr/sbin/lnstat /usr/sbin/rtstat
2009-01-18 21:21:20 +01:00
}