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

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}