mirror of
https://github.com/archlinux/aur.git
synced 2026-03-08 08:39:41 +01:00
8 lines
221 B
Text
8 lines
221 B
Text
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 " "
|
|
}
|