mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 07:34:23 +01:00
4 lines
103 B
Text
4 lines
103 B
Text
post_install() {
|
|
modprobe i2c-dev
|
|
echo "i2c-dev" | tee /etc/modules-load.d/i2c-dev.conf >/dev/null
|
|
}
|