summarylogtreecommitdiffstats
path: root/beamer-theme-rub-git.install
blob: 93eb65df52d0e1fc8ca29d727c2c6e9224c81c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    texhash
}

post_upgrade() {
    texhash
}

post_remove() {
    texhash
}