'added iproute2 to hooks'

This commit is contained in:
Tobias Powalowski 2009-01-18 21:21:20 +01:00
parent 92bee00115
commit e43f46b5e3
2 changed files with 8 additions and 0 deletions

0
lib/initcpio/hooks/arch_dmraid Executable file → Normal file
View file

View file

@ -0,0 +1,8 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
run_hook ()
{
# fixing some symlinks
ln -s /usr/sbin/lnstat /usr/sbin/ctstat
ln -s /usr/sbin/lnstat /usr/bin/rtstat
}