summarylogtreecommitdiffstats
path: root/thunderboltd-git.install
blob: 2127de846a0ac0893b83a10d7230b9788a0d36df (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 thunderboltd"
}