summarylogtreecommitdiffstats
path: root/mlv.install
blob: 03096856721fb985729304e83c7310988cf259a6 (plain)
1
2
3
4
5
6
7
post_install() {
    ldconfig
}

post_remove() {
    post_install
}