post_install() { EXTRAMODULES='extramodules-3.12-LIBRE' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } post_upgrade() { post_install } post_remove() { post_install }