aur/linect-git.install
2012-04-06 17:09:12 +02:00

17 lines
321 B
Text

post_install() {
echo "Note: The driver is still in development"
echo ""
echo "Load the driver manually via 'modprobe linect'"
echo "Add it to the MODULES array in /etc/rc.conf for automatic loading on system startup"
echo ""
/sbin/depmod -a
}
post_upgrade() {
post_install
}
post_remove() {
/sbin/depmod -a
}