PKGBUILDs/extra/aufs2/aufs2.install
2011-03-03 12:58:18 -05:00

13 lines
137 B
Plaintext

post_install() {
KERNEL_VERSION=2.6.37
depmod $KERNEL_VERSION
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}