blob: 7c7648992c3b5db06a91b52679e9a1e57524a99c (
plain)
1
2
3
4
5
6
|
post_install() {
echo "To use the thunderbolt daemon the following steps are necessary:"
echo " 1) update udev rules: udevamd control --reload-rules"
echo " 2) load the thunderbolt-icm module: modprobe thunderbolt-icm"
echo " 3) start the thunderbolt service: systemctl start thunderbolt"
}
|