summarylogtreecommitdiffstats
path: root/gilbert.install
blob: c2602a29b8cad8f886183db966116b20ba249bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    fc-cache
}

pre_upgrade() {
    rm -r /usr/share/fonts/gilbert/
    fc-cache
}

post_upgrade() {
    fc-cache
}