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

post_upgrade() {
  texhash
}

post_remove() {
  texhash
}