core/bbswitch/bbswitch.install
2012-11-19 13:27:09 +00:00

12 lines
94 B
Plaintext

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