summaryrefslogtreecommitdiff
path: root/community/openclonk/openclonk.install
blob: f1aa7421cdfb97db997987f7e9a51f1c343e721d (plain)
1
2
3
4
5
6
7
post_install() {
    gtk-update-icon-cache -qf /usr/share/icons/hicolor
}

post_remove() {
    post_install
}