mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
c7088581e9
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
8 lines
333 B
Text
8 lines
333 B
Text
# iPhone USB Ethernet Driver
|
|
#
|
|
# This configuration forces modprobe to execute device pairing after loading
|
|
# the driver and device unpairing before removing it.
|
|
|
|
install ipheth /sbin/modprobe --ignore-install ipheth && /usr/bin/idevicepair pair
|
|
remove ipheth /usr/bin/idevicepair unpair && /sbin/modprobe -r --ignore-remove ipheth
|
|
|