summarylogtreecommitdiffstats
path: root/latex-questionnaire.install
blob: c1cd62bc9f68d16ef33341f1c0839dc01e13871d (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
}