summarylogtreecommitdiffstats
path: root/mtp2lite.install
blob: 25179c68cb7097b6310765ad590d5b4e5fd38c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    texhash
}

post_upgrade() {
    post_install $1
}

post_remove() {
    post_install $1
}