summarylogtreecommitdiffstats
path: root/asus-numberpad-driver-git.install
blob: ef8bf75d6f882e69a1d5ff0215090ba17dc9db0a (plain)
1
2
3
4
5
6
7
8
post_install() {
	modprobe i2c-dev
	echo "i2c-dev" | tee /etc/modules-load.d/i2c-dev.conf >/dev/null

	echo "To enable the asus numberpad driver run:"
	echo "# systemctl enable asus_numberpad_driver.service"
  echo " "
}