PKGBUILDs/extra/aufs2/aufs2.install
2011-05-17 09:21:17 -04:00

12 lines
142 B
Text

post_install() {
KERNEL_VERSION=2.6.38-ARCH
depmod $KERNEL_VERSION
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}