summarylogtreecommitdiffstats
path: root/latex-beamer-ctan.install
blob: 1e2ad85e2f407085e050158e3c3053a437ab81b6 (plain)
1
2
3
4
5
6
7
8
9
10
post_install(){
    /usr/bin/texhash
    /bin/true
}

post_remove(){
    rm -rf /usr/share/texmf-dist/tex/latex/beamer
    /usr/bin/texhash
    /bin/true
}