summarylogtreecommitdiffstats
path: root/visual_erlang.install
blob: 448062f8817a74a79d524d90fb8b9d5a42a3dad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    texconfig-sys rehash
}

post_upgrade() {
    texconfig-sys rehash
}

post_remove() {
    texconfig-sys rehash
}