repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git]
/
ipheth-git
/
ipheth-git.install
blob
aee0081c4333c428984e32c163d76b4d40625dcd
1
post_install() {
2
KERNEL_VERSION=$(uname -r)
3
depmod $KERNEL_VERSION
4
echo ">>> Reloading udev rules"
5
/sbin/udevadm control --reload-rules
6
echo ">>> You can load the iPhone Ethernet Driver now - ipheth"
7
}
8
9