summarylogtreecommitdiffstats
path: root/mlv.install
blob: 00f1ecb60b94c121006981c7f28894dc78b576e1 (plain)
1
2
3
4
5
6
7
8
post_install() {
    ldconfig
    note "You need to reboot your computer."
}

post_remove() {
    post_install
}