PKGBUILDs/extra/aufs2/aufs2.install

13 lines
142 B
Plaintext
Raw Normal View History

2011-02-06 16:48:25 +00:00
post_install() {
KERNEL_VERSION=2.6.37-ARCH
depmod $KERNEL_VERSION
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}