PKGBUILDs/extra/aufs2/aufs2.install
2011-02-06 11:48:25 -05:00

13 lines
142 B
Plaintext

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