aur/logitech-g710-kmod.install
2015-04-03 19:01:08 -07:00

8 lines
63 B
Text

post_install() {
depmod -a
}
post_remove() {
depmod -a
}