summarylogtreecommitdiffstats
path: root/horseshoes.install
blob: d282299843a3e06fd06209461acac694015e3256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
update()
{
gtk-update-icon-cache /usr/share/icons/hicolor
}

post_install()
{
update
}

post_remove()
{
update
}