PKGBUILDs/extra/aufs2/aufs2.install

13 lines
137 B
Plaintext
Raw Normal View History

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