summarylogtreecommitdiffstats
path: root/binfmt_aout.install
blob: 95266cb60b62decc8e4c9bfd916ca7f7ce8bf408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    depmod -a
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}